From 7c750474a8314085313151a818fa323c47f5cbc3 Mon Sep 17 00:00:00 2001 From: RISHI GARG <134256793+Rishi-source@users.noreply.github.com> Date: Sun, 23 Mar 2025 17:05:10 +0530 Subject: [PATCH] docs: add pull request template for better contributions Signed-off-by: RISHI GARG <134256793+Rishi-source@users.noreply.github.com> --- .github/PULL_REQUEST_TEMPLATE.MD | 56 ++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.MD diff --git a/.github/PULL_REQUEST_TEMPLATE.MD b/.github/PULL_REQUEST_TEMPLATE.MD new file mode 100644 index 000000000..f0bd5ab7d --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.MD @@ -0,0 +1,56 @@ + + + + + + +## What's this PR about? + + + +Fixes #0000 + +## What kind of change is this? + + +* [ ] Bug fix +* [ ] New feature +* [ ] Documentation update +* [ ] New importer pipeline ([How to add](https://vulnerablecode.readthedocs.io/en/latest/tutorial_add_importer_pipeline.html)) +* [ ] New improver pipeline ([How to add](https://vulnerablecode.readthedocs.io/en/latest/tutorial_add_improver_pipeline.html)) +* [ ] Code cleanup or performance improvement +* [ ] Other: _____ + +## Checklist before requesting a review + +* [ ] read the [contribution guidelines](https://vulnerablecode.readthedocs.io/en/latest/contributing.html) +* [ ] code follows the project style +* [ ] titled PR clearly and linked the issue it resolves +* [ ] added tests for changes +* [ ] updated docs if needed +* [ ] updated the [CHANGELOG](https://github.com/aboutcode-org/vulnerablecode/blob/main/CHANGELOG.rst) if needed +* [ ] code passes all tests locally +* [ ] commits follow the [project's commit message style](https://aboutcode.readthedocs.io/en/latest/contributing/writing_good_commit_messages.html) + +## AI assistance? + +* [ ] used AI tools (like ChatGPT, Copilot, etc.) to help with this PR + * If yes, please share which parts: + +## Anything else we should know? + + + + + + +Signed-off-by: YOUR NAME \ No newline at end of file