diff --git a/.github/PULL_REQUEST_TEMPLATE b/.github/PULL_REQUEST_TEMPLATE index 27333617..e5ee97f7 100644 --- a/.github/PULL_REQUEST_TEMPLATE +++ b/.github/PULL_REQUEST_TEMPLATE @@ -1,19 +1,23 @@ +**What changes did you make?** + +**Provide some example code that this change will affect, if applicable:** + + + +**Is there anything you'd like reviewers to focus on?** + **Please ensure that your pull request fulfills these requirements:** - [ ] The pull request is being made against the `master` branch - [ ] Tests for the changes have been added (for bug fixes / features) +- [ ] New features/options have been documented in: + - [ ] `http-server --help` text + - [ ] README.md + - [ ] doc/http-server.1 **What is the purpose of this pull request? (bug fix, enhancement, new feature,...)** - -**What changes did you make?** - -**Provide some example code that this change will affect, if applicable:** - - - -**Is there anything you'd like reviewers to focus on?** - -**Please provide testing instructions, if applicable:**