aboutsummaryrefslogtreecommitdiff
path: root/.github/PULL_REQUEST_TEMPLATE.md
diff options
context:
space:
mode:
authorValentin Gagarin <valentin.gagarin@tweag.io>2023-05-30 23:00:16 +0200
committerValentin Gagarin <valentin.gagarin@tweag.io>2023-09-05 14:08:40 +0200
commitcc388fbc3a084a1e400c7c65df08b8dc6281056d (patch)
tree4f3f4a9f7ee34bcbbed59eaee517222f2f0fc9e8 /.github/PULL_REQUEST_TEMPLATE.md
parent4a8c9bb9aa872d0f20c5aeb62357f832b4f9c0b4 (diff)
remove maintainers checklist in PR template
maintainers are not really using it, and it produces a lot of noise when opening PRs.
Diffstat (limited to '.github/PULL_REQUEST_TEMPLATE.md')
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md18
1 files changed, 0 insertions, 18 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 4488c7b7d..217b19108 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -10,24 +10,6 @@
<!-- 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
Add :+1: to [pull requests you find important](https://github.com/NixOS/nix/pulls?q=is%3Aopen+sort%3Areactions-%2B1-desc).