Update PULL_REQUEST_TEMPLATE.md
This commit is contained in:
parent
622df14b47
commit
375bb910d0
1 changed files with 6 additions and 9 deletions
15
.github/PULL_REQUEST_TEMPLATE.md
vendored
15
.github/PULL_REQUEST_TEMPLATE.md
vendored
|
@ -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.**
|
<!-- IMPORTANT: Do not submit PRs with only formatting / PEP8 / line length changes. -->
|
||||||
|
|
||||||
# Summary
|
# Summary
|
||||||
|
|
||||||
e.g. This PR fixes ABC or adds 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)
|
# Related issues
|
||||||
|
|
||||||
|
<!-- e.g. #123 or Roadmap goal # https://github.com/pirate/ArchiveBox/wiki/Roadmap -->
|
||||||
|
|
||||||
# Changes these areas
|
# Changes these areas
|
||||||
|
|
||||||
|
@ -13,9 +15,4 @@ e.g. This PR fixes ABC or adds the ability to do XYZ...
|
||||||
- [ ] Command line interface
|
- [ ] Command line interface
|
||||||
- [ ] Configuration options
|
- [ ] Configuration options
|
||||||
- [ ] Internal architecture
|
- [ ] Internal architecture
|
||||||
- [ ] Archived data layout on disk
|
- [ ] Snapshot 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)
|
|
||||||
|
|
Loading…
Reference in a new issue