forked from lix-project/lix
remove maintainers checklist in PR template
maintainers are not really using it, and it produces a lot of noise when opening PRs.
This commit is contained in:
parent
4a8c9bb9aa
commit
cc388fbc3a
18
.github/PULL_REQUEST_TEMPLATE.md
vendored
18
.github/PULL_REQUEST_TEMPLATE.md
vendored
|
@ -10,24 +10,6 @@
|
||||||
|
|
||||||
<!-- Large change: Provide instructions to reviewers how to read the diff. -->
|
<!-- Large change: Provide instructions to reviewers how to read the diff. -->
|
||||||
|
|
||||||
# Checklist for maintainers
|
|
||||||
|
|
||||||
<!-- Contributors: please leave this as is -->
|
|
||||||
|
|
||||||
Maintainers: tick if completed or explain if not relevant
|
|
||||||
|
|
||||||
- [ ] agreed on idea
|
|
||||||
- [ ] agreed on implementation strategy
|
|
||||||
- [ ] tests, as appropriate
|
|
||||||
- functional tests - `tests/**.sh`
|
|
||||||
- unit tests - `src/*/tests`
|
|
||||||
- integration tests - `tests/nixos/*`
|
|
||||||
- [ ] documentation in the manual
|
|
||||||
- [ ] documentation in the internal API docs
|
|
||||||
- [ ] code and comments are self-explanatory
|
|
||||||
- [ ] commit message explains why the change was made
|
|
||||||
- [ ] new feature or incompatible change: updated release notes
|
|
||||||
|
|
||||||
# Priorities
|
# Priorities
|
||||||
|
|
||||||
Add :+1: to [pull requests you find important](https://github.com/NixOS/nix/pulls?q=is%3Aopen+sort%3Areactions-%2B1-desc).
|
Add :+1: to [pull requests you find important](https://github.com/NixOS/nix/pulls?q=is%3Aopen+sort%3Areactions-%2B1-desc).
|
||||||
|
|
Loading…
Reference in a new issue