summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2022-03-07 19:55:42 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2022-03-07 19:56:13 +0100
commitd06e5ddb33e351f5ada900dfce15bbeb38e28a61 (patch)
treedf586aa7f388df62480a57b12dac167c23428880 /.github
parent21831e3ad4aebc68ba38f1b1894a01be221b9a5e (diff)
downloadnixpkgs-d06e5ddb33e351f5ada900dfce15bbeb38e28a61.tar
nixpkgs-d06e5ddb33e351f5ada900dfce15bbeb38e28a61.tar.gz
nixpkgs-d06e5ddb33e351f5ada900dfce15bbeb38e28a61.tar.bz2
nixpkgs-d06e5ddb33e351f5ada900dfce15bbeb38e28a61.tar.lz
nixpkgs-d06e5ddb33e351f5ada900dfce15bbeb38e28a61.tar.xz
nixpkgs-d06e5ddb33e351f5ada900dfce15bbeb38e28a61.tar.zst
nixpkgs-d06e5ddb33e351f5ada900dfce15bbeb38e28a61.zip
PULL_REQUEST_TEMPLATE: move call-for-review to the end
This improves URL previews like the ones on Discourse, where currently
the boilerplate comment is printed for every PR link instead of parts of
the motivation.
Diffstat (limited to '.github')
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md21
1 files changed, 11 insertions, 10 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 91d61aef23b..397e5ff5d17 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -1,13 +1,3 @@
-<!--
-To help with the large amounts of pull requests, we would appreciate your
-reviews of other pull requests, especially simple package updates. Just leave a
-comment describing what you have tested in the relevant package/service.
-Reviewing helps to reduce the average time-to-merge for everyone.
-Thanks a lot if you do!
-List of open PRs: https://github.com/NixOS/nixpkgs/pulls
-Reviewing guidelines: https://nixos.org/manual/nixpkgs/unstable/#chap-reviewing-contributions
--->
-
 ###### Description of changes
 
 <!--
@@ -38,3 +28,14 @@ For new packages please briefly describe the package or provide a link to its ho
   - [ ] (Module addition) Added a release notes entry if adding a new NixOS module
   - [ ] (Release notes changes) Ran `nixos/doc/manual/md-to-db.sh` to update generated release notes
 - [ ] Fits [CONTRIBUTING.md](https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md).
+
+<!--
+To help with the large amounts of pull requests, we would appreciate your
+reviews of other pull requests, especially simple package updates. Just leave a
+comment describing what you have tested in the relevant package/service.
+Reviewing helps to reduce the average time-to-merge for everyone.
+Thanks a lot if you do!
+
+List of open PRs: https://github.com/NixOS/nixpkgs/pulls
+Reviewing guidelines: https://nixos.org/manual/nixpkgs/unstable/#chap-reviewing-contributions
+-->