.github: Add pull request template
This commit is contained in:
parent
1c98daf6e8
commit
fd7569393b
1 changed files with 22 additions and 0 deletions
22
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
22
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
|
@ -0,0 +1,22 @@
|
|||
##### Motivation for the changes
|
||||
|
||||
<!-- An issue reference or explanation why the change is desirable. -->
|
||||
<!-- This speeds up step 1 of the process. -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
##### Checklist for maintainers
|
||||
|
||||
<!-- Contributors: please leave this as is -->
|
||||
<!-- Maintainers: tick if completed or explain if not relevant -->
|
||||
|
||||
- [ ] is the idea good? has it been discussed by the Nix team?
|
||||
- [ ] unit tests
|
||||
- [ ] functional tests (`tests/**.sh`)
|
||||
- [ ] documentation in the manual
|
||||
- [ ] documentation in the code (if necessary; ideally code is already clear)
|
||||
- [ ] documentation in the commit message (why was this change made? for future reference when maintaining the code)
|
||||
- [ ] documentation in the changelog (to announce features and fixes to existing users who might have to do something to finally solve their problem, and to summarize the development history)
|
Loading…
Reference in a new issue