diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..817cba28 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,14 @@ +# Description + +Please add a short description of pull request contents. +If this PR addresses an existing issue, please add the issue number below. + +Fixes: #(issue number) + +## Additonally + +- [ ] If this is the first time you are contributing to ffuf, add your name to `CONTRIBUTORS.md`. +The file should be alphabetically ordered. +- [ ] Add a short description of the fix to `CHANGELOG.md` + +Thanks for contributing to ffuf :)