Add PR template (#326)

This commit is contained in:
Joona Hoikkala 2020-10-03 11:38:28 +03:00 committed by GitHub
parent 99100e0608
commit ecc649b32f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

14
.github/pull_request_template.md vendored Normal file
View File

@ -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 :)