Update .github/PULL_REQUEST_TEMPLATE.md
This commit is contained in:
parent
7f04a54214
commit
dfbdde6d07
1 changed files with 4 additions and 2 deletions
6
.github/PULL_REQUEST_TEMPLATE.md
vendored
6
.github/PULL_REQUEST_TEMPLATE.md
vendored
|
@ -18,8 +18,10 @@ Maintainers: tick if completed or explain if not relevant
|
|||
|
||||
- [ ] agreed on idea
|
||||
- [ ] agreed on implementation strategy
|
||||
- [ ] unit tests
|
||||
- [ ] functional tests (`tests/**.sh`)
|
||||
- [ ] tests, as appropriate
|
||||
- functional tests - `tests/**.sh`
|
||||
- unit tests - `src/*/tests`
|
||||
- integration tests
|
||||
- [ ] documentation in the manual
|
||||
- [ ] code and comments are self-explanatory
|
||||
- [ ] commit message explains why the change was made
|
||||
|
|
Loading…
Reference in a new issue