From cac99e5f8a43fdc125b89c6b2e48ceef784dfdf0 Mon Sep 17 00:00:00 2001 From: Nemo Date: Sat, 1 Jul 2023 17:32:50 +0530 Subject: [PATCH] Update README for contribution guide --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index db3b642..c64807d 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,11 @@ republishes the advisories in the OSV format, and syncs them against the - [ ] Schema: Provide summary/details/severity - [ ] Schema: Provide SHA256 hashes under database_specific +## Contributing + +Contributions are welcome! Since the advisories are automatically generated, please don't make +manual updates to the JSON advisory files. Instead update the generation script: `generate.py`. + ## License Licensed under the [MIT License](https://nemo.mit-license.org/). See LICENSE file for details. \ No newline at end of file