From ecc649b32fa875ee3df54a50659b468ff9297846 Mon Sep 17 00:00:00 2001 From: Joona Hoikkala Date: Sat, 3 Oct 2020 11:38:28 +0300 Subject: [PATCH] Add PR template (#326) --- .github/pull_request_template.md | 14 ++++++++++++++ 1 file changed, 14 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 0000000..817cba2 --- /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 :)