aboutsummaryrefslogtreecommitdiff
path: root/.github/PULL_REQUEST_TEMPLATE.md
blob: 1625b9366f2c441d48cb325662fceaca2e060999 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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)