From 375bb910d04c4e29b0df92c0c5f0641538e5607d Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Sat, 10 Oct 2020 21:52:53 -0400 Subject: [PATCH] Update PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 0416dabc..5727af79 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,10 +1,12 @@ -**IMPORTANT: Do not submit PRs with only formatting / PEP8 / line length changes, I will close them with great prejudice. The PEP8 checks I don't follow are intentional. PRs for minor bugfixes, typos, etc are fine.** + # Summary -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) +# Related issues + + # Changes these areas @@ -13,9 +15,4 @@ e.g. This PR fixes ABC or adds the ability to do XYZ... - [ ] Command line interface - [ ] Configuration options - [ ] Internal architecture -- [ ] Archived data layout on disk - -# Roadmap Goals - -This PR helps us move towards xyz roadmap goal, as outlined here: https://github.com/pirate/ArchiveBox/wiki/Roadmap -(delete this section if it's just a bugfix / simple PR) +- [ ] Snapshot data layout on disk