nuclei: 3.3.5 -> 3.3.6 (#358083)
[NixPkgs.git] / doc / contributing / submitting-changes.chapter.md
blobd47a5359779ec4ca0f67568449f6c565f4003e04
1 # Submitting changes {#chap-submitting-changes}
3 This section has been moved to [CONTRIBUTING.md](https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md).
5 ## Submitting changes {#submitting-changes-submitting-changes}
7 This section has been moved to [CONTRIBUTING.md](https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md).
9 ## Submitting security fixes {#submitting-changes-submitting-security-fixes}
11 This section has been moved to [pkgs/README.md](https://github.com/NixOS/nixpkgs/blob/master/pkgs/README.md).
13 ## Deprecating/removing packages {#submitting-changes-deprecating-packages}
15 This section has been moved to [pkgs/README.md](https://github.com/NixOS/nixpkgs/blob/master/pkgs/README.md).
17 ### Steps to remove a package from Nixpkgs {#steps-to-remove-a-package-from-nixpkgs}
19 This section has been moved to [pkgs/README.md](https://github.com/NixOS/nixpkgs/blob/master/pkgs/README.md).
21 ## Pull Request Template {#submitting-changes-pull-request-template}
23 This section has been moved to [CONTRIBUTING.md](https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md).
25 ### Tested using sandboxing {#submitting-changes-tested-with-sandbox}
27 This section has been moved to [CONTRIBUTING.md](https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md).
29 ### Built on platform(s) {#submitting-changes-platform-diversity}
31 This section has been moved to [CONTRIBUTING.md](https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md).
33 ### Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests) {#submitting-changes-nixos-tests}
35 This section has been moved to [CONTRIBUTING.md](https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md).
37 ### Tested compilation of all pkgs that depend on this change using `nixpkgs-review` {#submitting-changes-tested-compilation}
39 This section has been moved to [CONTRIBUTING.md](https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md).
41 ### Tested execution of all binary files (usually in `./result/bin/`) {#submitting-changes-tested-execution}
43 This section has been moved to [CONTRIBUTING.md](https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md).
45 ### Meets Nixpkgs contribution standards {#submitting-changes-contribution-standards}
47 This section has been moved to [CONTRIBUTING.md](https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md).
49 ## Hotfixing pull requests {#submitting-changes-hotfixing-pull-requests}
51 This section has been moved to [CONTRIBUTING.md](https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md).
53 ## Commit policy {#submitting-changes-commit-policy}
55 This section has been moved to [CONTRIBUTING.md](https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md).
57 ### Branches {#submitting-changes-branches}
59 This section has been moved to [CONTRIBUTING.md](https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md).
61 #### Master branch {#submitting-changes-master-branch}
63 This section has been moved to [CONTRIBUTING.md](https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md).
65 #### Staging branch {#submitting-changes-staging-branch}
67 This section has been moved to [CONTRIBUTING.md](https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md).
69 #### Staging-next branch {#submitting-changes-staging-next-branch}
71 This section has been moved to [CONTRIBUTING.md](https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md).
73 #### Stable release branches {#submitting-changes-stable-release-branches}
75 This section has been moved to [CONTRIBUTING.md](https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md).
77 #### Automatically backporting a Pull Request {#submitting-changes-stable-release-branches-automatic-backports}
79 This section has been moved to [CONTRIBUTING.md](https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md).
81 #### Manually backporting changes {#submitting-changes-stable-release-branches-manual-backports}
83 This section has been moved to [CONTRIBUTING.md](https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md).
85 #### Acceptable backport criteria {#acceptable-backport-criteria}
87 This section has been moved to [CONTRIBUTING.md](https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md).