summary refs log tree commit diff
path: root/.github/PULL_REQUEST_TEMPLATE.md
diff options
context:
space:
mode:
authorEmery Hemingway <ehmry@c3d2.de>2022-03-04 09:45:40 -0600
committerEmery Hemingway <ehmry@c3d2.de>2022-03-07 12:29:00 -0600
commitd63249ac27e90fbbe8c9707b61e9ae89bcd241da (patch)
tree86f7a19342ece08eda3f83744ff5d3812ab4b0de /.github/PULL_REQUEST_TEMPLATE.md
parent003478830b47b0099c7ebfeb0061f71af7a8814e (diff)
downloadnixpkgs-d63249ac27e90fbbe8c9707b61e9ae89bcd241da.tar
nixpkgs-d63249ac27e90fbbe8c9707b61e9ae89bcd241da.tar.gz
nixpkgs-d63249ac27e90fbbe8c9707b61e9ae89bcd241da.tar.bz2
nixpkgs-d63249ac27e90fbbe8c9707b61e9ae89bcd241da.tar.lz
nixpkgs-d63249ac27e90fbbe8c9707b61e9ae89bcd241da.tar.xz
nixpkgs-d63249ac27e90fbbe8c9707b61e9ae89bcd241da.tar.zst
nixpkgs-d63249ac27e90fbbe8c9707b61e9ae89bcd241da.zip
PULL_REQUEST_TEMPLATE.md: Request PRs describe themselves
There are a lot of PRs for updates that don't make it easy to find
out what changes might be breaking and lots of PRs for new packages
that don't describe what the new packages is or does.
Diffstat (limited to '.github/PULL_REQUEST_TEMPLATE.md')
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 268b1594de7..91d61aef23b 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -8,8 +8,12 @@ List of open PRs: https://github.com/NixOS/nixpkgs/pulls
 Reviewing guidelines: https://nixos.org/manual/nixpkgs/unstable/#chap-reviewing-contributions
 -->
 
-###### Motivation for this change
+###### Description of changes
 
+<!--
+For package updates please link to a changelog or describe changes, this helps your fellow maintainers discover breaking updates.
+For new packages please briefly describe the package or provide a link to its homepage.
+-->
 
 ###### Things done