···2323- [ ] Tested via one or more NixOS test(s) if existing and applicable for the change (look inside [nixos/tests](https://github.com/NixOS/nixpkgs/blob/master/nixos/tests))
2424- [ ] Tested compilation of all pkgs that depend on this change using `nix-shell -p nixpkgs-review --run "nixpkgs-review wip"`
2525- [ ] Tested execution of all binary files (usually in `./result/bin/`)
2626-- [21.11 Release Notes (or backporting 21.05 Relase notes)](https://github.com/NixOS/nixpkgs/blob/master/.github/CONTRIBUTING.md#generating-2111-release-notes)
2626+- [21.11 Release Notes (or backporting 21.05 Relase notes)](https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md#generating-2111-release-notes)
2727 - [ ] (Package updates) Added a release notes entry if the change is major or breaking
2828 - [ ] (Module updates) Added a release notes entry if the change is significant
2929 - [ ] (Module addition) Added a release notes entry if adding a new NixOS module
3030-- [ ] Fits [CONTRIBUTING.md](https://github.com/NixOS/nixpkgs/blob/master/.github/CONTRIBUTING.md).
3030+- [ ] Fits [CONTRIBUTING.md](https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md).
+8-2
.github/workflows/backport.yml
···1515 ref: ${{ github.event.pull_request.head.sha }}
1616 - name: Create backport PRs
1717 # should be kept in sync with `version`
1818- uses: zeebe-io/backport-action@9b8949dcd4295d364b0939f07d0c7593598d26cd
1818+ uses: zeebe-io/backport-action@2b994724142df0774855690db56bc6308fb99ffa
1919 with:
2020+ # Config README: https://github.com/zeebe-io/backport-action#backport-action
2021 github_token: ${{ secrets.GITHUB_TOKEN }}
2122 github_workspace: ${{ github.workspace }}
2223 # should be kept in sync with `uses`
2323- version: 9b8949dcd4295d364b0939f07d0c7593598d26cd
2424+ version: 2b994724142df0774855690db56bc6308fb99ffa
2525+ pull_description: |-
2626+ Bot-based backport to `${target_branch}`, triggered by a label in #${pull_number}.
2727+2828+ * [ ] Before merging, ensure that this backport complies with the [Criteria for Backporting](https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md#criteria-for-backporting-changes).
2929+ * Even as a non-commiter, if you find that it does not comply, leave a comment.
+1-1
README.md
···8787 deemed of sufficiently high quality
88888989For more information about contributing to the project, please visit
9090-the [contributing page](https://github.com/NixOS/nixpkgs/blob/master/.github/CONTRIBUTING.md).
9090+the [contributing page](https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md).
91919292# Donations
9393
+2-2
doc/contributing/submitting-changes.chapter.md
···62626363- Push your changes to your fork of nixpkgs.
6464- Create the pull request
6565-- Follow [the contribution guidelines](https://github.com/NixOS/nixpkgs/blob/master/.github/CONTRIBUTING.md#submitting-changes).
6565+- Follow [the contribution guidelines](https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md#submitting-changes).
66666767## Submitting security fixes {#submitting-changes-submitting-security-fixes}
6868···193193194194### Meets Nixpkgs contribution standards {#submitting-changes-contribution-standards}
195195196196-The last checkbox is fits [CONTRIBUTING.md](https://github.com/NixOS/nixpkgs/blob/master/.github/CONTRIBUTING.md). The contributing document has detailed information on standards the Nix community has for commit messages, reviews, licensing of contributions you make to the project, etc\... Everyone should read and understand the standards the community has for contributing before submitting a pull request.
196196+The last checkbox is fits [CONTRIBUTING.md](https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md). The contributing document has detailed information on standards the Nix community has for commit messages, reviews, licensing of contributions you make to the project, etc\... Everyone should read and understand the standards the community has for contributing before submitting a pull request.
197197198198## Hotfixing pull requests {#submitting-changes-hotfixing-pull-requests}
199199