summary refs log tree commit diff
diff options
context:
space:
mode:
authorMarkus Wamser <wamserma@users.noreply.github.com>2022-05-31 13:14:32 +0200
committerGitHub <noreply@github.com>2022-05-31 19:14:32 +0800
commit2c746066649266eec0ce529f2091e09e905ece94 (patch)
treecdbef0d21ff9c22ea747e54414410ca2c0699d39
parent4d807ba63f55687ebb7b8520fecf6c9999b631ad (diff)
downloadnixpkgs-2c746066649266eec0ce529f2091e09e905ece94.tar
nixpkgs-2c746066649266eec0ce529f2091e09e905ece94.tar.gz
nixpkgs-2c746066649266eec0ce529f2091e09e905ece94.tar.bz2
nixpkgs-2c746066649266eec0ce529f2091e09e905ece94.tar.lz
nixpkgs-2c746066649266eec0ce529f2091e09e905ece94.tar.xz
nixpkgs-2c746066649266eec0ce529f2091e09e905ece94.tar.zst
nixpkgs-2c746066649266eec0ce529f2091e09e905ece94.zip
.github/PULL_REQUEST_TEMPLATE.md: 21.11 -> 22.05
-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 3357fd1d3c1..47857a8ca4c 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/`)
-- [22.11 Release Notes (or backporting 21.11 Release notes)](https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md#generating-2211-release-notes)
+- [22.11 Release Notes (or backporting 22.05 Release notes)](https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md#generating-2211-release-notes)
   - [ ] (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