diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..0bf64b0f --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,28 @@ +# PR Checklist 🚨 + +It is intended that only defined "*vulnerability entry leads*" should be able to create PR's (See [CODEOWNERS](https://github.com/OWASP/www-project-top-10-for-large-language-model-applications/blob/main/CODEOWNERS) and [Core Team](https://github.com/OWASP/www-project-top-10-for-large-language-model-applications/wiki/Core-Team)) + +If you are not a CODEOWNER for the entry of artifact, please see our Issues and Discussions boards + +## Proposed changes + +_Brief description_ + +## Types of changes + +_Put an `x` in the boxes that apply_ + +- [ ] Bugfix (non-breaking change which fixes an issue) +- [ ] New feature (non-breaking change which adds functionality) +- [ ] Documentation Update (if none of the other choices apply) + +## Checklist + +_Put an `x` in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code._ + +- [ ] I have x-referenced the appropriate issue this addresses within the [projects board](https://github.com/OWASP/www-project-top-10-for-large-language-model-applications/issues) +- [ ] I have applied the relevant [labels](https://github.com/OWASP/www-project-top-10-for-large-language-model-applications/labels) this PR addresses + +## Further comments + +If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc... \ No newline at end of file