Forráskód Böngészése

Update PULL_REQUEST_TEMPLATE.md

Nick Sweeting 6 éve
szülő
commit
3566d9f5b1
1 módosított fájl, 8 hozzáadás és 5 törlés
  1. 8 5
      .github/PULL_REQUEST_TEMPLATE.md

+ 8 - 5
.github/PULL_REQUEST_TEMPLATE.md

@@ -1,16 +1,19 @@
 # Summary
 # 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
 # Changes these areas
 
 
-- [ ] Config
 - [ ] Bugfixes
 - [ ] Bugfixes
-- [ ] Command line interface
 - [ ] Feature behavior
 - [ ] Feature behavior
-- [ ] Internal design
+- [ ] Command line interface
+- [ ] Configuration options
+- [ ] Internal architecture
 - [ ] Archived data layout on disk
 - [ ] Archived data layout on disk
 
 
 # Roadmap Goals
 # 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)