summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2021-11-30 13:20:21 +0800
committerGitHub <noreply@github.com>2021-11-30 00:20:21 -0500
commitaf21d41260846fb9c9840a75e310e56dfe97d6a3 (patch)
tree1371aa8a5afecfef26a9d8095ed971a2f1e3af57 /.github
parent6c39b6eda2165a6039e51ea58f68383797984e25 (diff)
downloadnixpkgs-af21d41260846fb9c9840a75e310e56dfe97d6a3.tar
nixpkgs-af21d41260846fb9c9840a75e310e56dfe97d6a3.tar.gz
nixpkgs-af21d41260846fb9c9840a75e310e56dfe97d6a3.tar.bz2
nixpkgs-af21d41260846fb9c9840a75e310e56dfe97d6a3.tar.lz
nixpkgs-af21d41260846fb9c9840a75e310e56dfe97d6a3.tar.xz
nixpkgs-af21d41260846fb9c9840a75e310e56dfe97d6a3.tar.zst
nixpkgs-af21d41260846fb9c9840a75e310e56dfe97d6a3.zip
.github/PULL_REQUEST_TEMPLATE.md, CONTRIBUTING.md: 21.11 -> 22.05 (#147977)
* .github/PULL_REQUEST_TEMPLATE.md: 21.11 -> 22.05

* CONTRIBUTING.md: 21.11 -> 22.05
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 35c70da769f..268b1594de7 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -28,7 +28,7 @@ Reviewing guidelines: https://nixos.org/manual/nixpkgs/unstable/#chap-reviewing-
   - 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/`)
-- [21.11 Release Notes (or backporting 21.05 Release notes)](https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md#generating-2111-release-notes)
+- [22.05 Release Notes (or backporting 21.11 Release notes)](https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md#generating-2205-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