summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
authorVladimir Serov <me@cab404.ru>2021-10-16 02:26:47 +0300
committerVladimir Serov <me@cab404.ru>2021-10-17 03:05:08 +0300
commitde211a38e2b95f364f50e113ca42a73f9a90c412 (patch)
treeebb2899d66fa6e4bf6ec00b7006952245ea5482e /.github
parent0281ba6ace51fbf468aed8286f8c619ed25b5f01 (diff)
downloadnixpkgs-de211a38e2b95f364f50e113ca42a73f9a90c412.tar
nixpkgs-de211a38e2b95f364f50e113ca42a73f9a90c412.tar.gz
nixpkgs-de211a38e2b95f364f50e113ca42a73f9a90c412.tar.bz2
nixpkgs-de211a38e2b95f364f50e113ca42a73f9a90c412.tar.lz
nixpkgs-de211a38e2b95f364f50e113ca42a73f9a90c412.tar.xz
nixpkgs-de211a38e2b95f364f50e113ca42a73f9a90c412.tar.zst
nixpkgs-de211a38e2b95f364f50e113ca42a73f9a90c412.zip
.github/PULL_REQUEST_TEMPLATE: added md-to-db reminder
Diffstat (limited to '.github')
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index bfc07096aa9..a95066f970f 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -28,4 +28,5 @@ Reviewing guidelines: https://nixos.org/manual/nixpkgs/unstable/#chap-reviewing-
   - [ ] (Package updates) Added a release notes entry if the change is major or breaking
   - [ ] (Module updates) Added a release notes entry if the change is significant
   - [ ] (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).