about summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
authorPol Dellaiera <pol.dellaiera@protonmail.com>2023-06-17 17:16:54 +0200
committerGitHub <noreply@github.com>2023-06-17 17:16:54 +0200
commit32b1e4642b3a8037058e98f2a2865ea4f68be48c (patch)
tree5410e114647d6d0e403c2d0745a6908d82267617 /.github
parentf190788519467c8785aeab8187b830e68d8209cd (diff)
parent9a1f50a5880a013bc70dd1ff99f53096e279b559 (diff)
downloadnixlib-32b1e4642b3a8037058e98f2a2865ea4f68be48c.tar
nixlib-32b1e4642b3a8037058e98f2a2865ea4f68be48c.tar.gz
nixlib-32b1e4642b3a8037058e98f2a2865ea4f68be48c.tar.bz2
nixlib-32b1e4642b3a8037058e98f2a2865ea4f68be48c.tar.lz
nixlib-32b1e4642b3a8037058e98f2a2865ea4f68be48c.tar.xz
nixlib-32b1e4642b3a8037058e98f2a2865ea4f68be48c.tar.zst
nixlib-32b1e4642b3a8037058e98f2a2865ea4f68be48c.zip
Merge pull request #238126 from nikstur/contributing-release-notes
CONTRIBUTING.md: remove historical trivia
Diffstat (limited to '.github')
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 4fb4c0f68f9b..b2ec787313e0 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -22,7 +22,7 @@ For new packages please briefly describe the package or provide a link to its ho
   - made sure NixOS tests are [linked](https://nixos.org/manual/nixpkgs/unstable/#ssec-nixos-tests-linking) to the relevant packages
 - [ ] Tested compilation of all packages that depend on this change using `nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"`. Note: all changes have to be committed, also see [nixpkgs-review usage](https://github.com/Mic92/nixpkgs-review#usage)
 - [ ] Tested basic functionality of all binary files (usually in `./result/bin/`)
-- [23.11 Release Notes (or backporting 23.05 Release notes)](https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md#generating-2305-release-notes)
+- [23.11 Release Notes](https://github.com/NixOS/nixpkgs/blob/master/nixos/doc/manual/release-notes/rl-2311.section.md) (or backporting [23.05 Release notes](https://github.com/NixOS/nixpkgs/blob/master/nixos/doc/manual/release-notes/rl-2305.section.md))
   - [ ] (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