From 3566d9f5b14166b882b94498970c5e7162e4ab3d Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Fri, 22 Mar 2019 12:39:32 -0400 Subject: [PATCH] Update PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 75c37aa2..44e56a16 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,16 +1,19 @@ # Summary -This PR add the ability to do XYZ... +e.g. This PR fixes ABC or adds the ability to do XYZ... + +**Related issues: #XYZ** (delete this line if there are no related issues) # Changes these areas -- [ ] Config - [ ] Bugfixes -- [ ] Command line interface - [ ] Feature behavior -- [ ] Internal design +- [ ] Command line interface +- [ ] Configuration options +- [ ] Internal architecture - [ ] Archived data layout on disk # Roadmap Goals -This PR helps us move towards ____ roadmap goal, as outlined here: https://github.com/pirate/ArchiveBox#roadmap +This PR helps us move towards xyz roadmap goal, as outlined here: https://github.com/pirate/ArchiveBox#roadmap +(delete this section if it's just a bugfix / simple PR)