2020-12-09 12:39:15 +00:00
|
|
|
# Submitting changes {#chap-submitting-changes}
|
|
|
|
|
2023-08-22 20:05:09 +00:00
|
|
|
This section has been moved to [CONTRIBUTING.md](https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md).
|
2020-12-09 12:39:15 +00:00
|
|
|
|
|
|
|
## Submitting changes {#submitting-changes-submitting-changes}
|
|
|
|
|
2023-08-22 20:05:09 +00:00
|
|
|
This section has been moved to [CONTRIBUTING.md](https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md).
|
2020-12-09 12:39:15 +00:00
|
|
|
|
|
|
|
## Submitting security fixes {#submitting-changes-submitting-security-fixes}
|
|
|
|
|
2023-08-22 20:05:09 +00:00
|
|
|
This section has been moved to [pkgs/README.md](https://github.com/NixOS/nixpkgs/blob/master/pkgs/README.md).
|
2020-12-09 12:39:15 +00:00
|
|
|
|
2021-04-22 02:08:21 +00:00
|
|
|
## Deprecating/removing packages {#submitting-changes-deprecating-packages}
|
|
|
|
|
2023-08-22 20:05:09 +00:00
|
|
|
This section has been moved to [pkgs/README.md](https://github.com/NixOS/nixpkgs/blob/master/pkgs/README.md).
|
2021-04-22 02:08:21 +00:00
|
|
|
|
2021-06-28 23:13:55 +00:00
|
|
|
### Steps to remove a package from Nixpkgs {#steps-to-remove-a-package-from-nixpkgs}
|
2021-04-22 02:08:21 +00:00
|
|
|
|
2023-08-22 20:05:09 +00:00
|
|
|
This section has been moved to [pkgs/README.md](https://github.com/NixOS/nixpkgs/blob/master/pkgs/README.md).
|
2021-04-22 02:08:21 +00:00
|
|
|
|
2020-12-09 12:39:15 +00:00
|
|
|
## Pull Request Template {#submitting-changes-pull-request-template}
|
|
|
|
|
2023-08-22 20:05:09 +00:00
|
|
|
This section has been moved to [CONTRIBUTING.md](https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md).
|
2020-12-09 12:39:15 +00:00
|
|
|
|
|
|
|
### Tested using sandboxing {#submitting-changes-tested-with-sandbox}
|
|
|
|
|
2023-08-22 20:05:09 +00:00
|
|
|
This section has been moved to [CONTRIBUTING.md](https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md).
|
2020-12-09 12:39:15 +00:00
|
|
|
|
|
|
|
### Built on platform(s) {#submitting-changes-platform-diversity}
|
|
|
|
|
2023-08-22 20:05:09 +00:00
|
|
|
This section has been moved to [CONTRIBUTING.md](https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md).
|
2020-12-09 12:39:15 +00:00
|
|
|
|
|
|
|
### Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests) {#submitting-changes-nixos-tests}
|
|
|
|
|
2023-08-22 20:05:09 +00:00
|
|
|
This section has been moved to [CONTRIBUTING.md](https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md).
|
2020-12-09 12:39:15 +00:00
|
|
|
|
|
|
|
### Tested compilation of all pkgs that depend on this change using `nixpkgs-review` {#submitting-changes-tested-compilation}
|
|
|
|
|
2023-08-22 20:05:09 +00:00
|
|
|
This section has been moved to [CONTRIBUTING.md](https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md).
|
2020-12-09 12:39:15 +00:00
|
|
|
|
|
|
|
### Tested execution of all binary files (usually in `./result/bin/`) {#submitting-changes-tested-execution}
|
|
|
|
|
2023-08-22 20:05:09 +00:00
|
|
|
This section has been moved to [CONTRIBUTING.md](https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md).
|
2020-12-09 12:39:15 +00:00
|
|
|
|
|
|
|
### Meets Nixpkgs contribution standards {#submitting-changes-contribution-standards}
|
|
|
|
|
2023-08-22 20:05:09 +00:00
|
|
|
This section has been moved to [CONTRIBUTING.md](https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md).
|
2020-12-09 12:39:15 +00:00
|
|
|
|
|
|
|
## Hotfixing pull requests {#submitting-changes-hotfixing-pull-requests}
|
|
|
|
|
2023-08-22 20:05:09 +00:00
|
|
|
This section has been moved to [CONTRIBUTING.md](https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md).
|
2020-12-09 12:39:15 +00:00
|
|
|
|
|
|
|
## Commit policy {#submitting-changes-commit-policy}
|
|
|
|
|
2023-08-22 20:05:09 +00:00
|
|
|
This section has been moved to [CONTRIBUTING.md](https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md).
|
2020-12-09 12:39:15 +00:00
|
|
|
|
2023-07-15 17:15:38 +00:00
|
|
|
### Branches {#submitting-changes-branches}
|
|
|
|
|
2023-08-22 20:05:09 +00:00
|
|
|
This section has been moved to [CONTRIBUTING.md](https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md).
|
2021-02-19 19:06:45 +00:00
|
|
|
|
2023-07-15 17:15:38 +00:00
|
|
|
#### Master branch {#submitting-changes-master-branch}
|
2020-12-09 12:39:15 +00:00
|
|
|
|
2023-08-22 20:05:09 +00:00
|
|
|
This section has been moved to [CONTRIBUTING.md](https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md).
|
2020-12-09 12:39:15 +00:00
|
|
|
|
2023-07-15 17:15:38 +00:00
|
|
|
#### Staging branch {#submitting-changes-staging-branch}
|
2020-12-09 12:39:15 +00:00
|
|
|
|
2023-08-22 20:05:09 +00:00
|
|
|
This section has been moved to [CONTRIBUTING.md](https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md).
|
2022-10-30 15:09:59 +00:00
|
|
|
|
2023-07-15 17:15:38 +00:00
|
|
|
#### Staging-next branch {#submitting-changes-staging-next-branch}
|
2020-12-09 12:39:15 +00:00
|
|
|
|
2023-08-22 20:05:09 +00:00
|
|
|
This section has been moved to [CONTRIBUTING.md](https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md).
|
2022-10-30 15:09:59 +00:00
|
|
|
|
2023-07-15 17:15:38 +00:00
|
|
|
#### Stable release branches {#submitting-changes-stable-release-branches}
|
2020-12-09 12:39:15 +00:00
|
|
|
|
2023-08-22 20:05:09 +00:00
|
|
|
This section has been moved to [CONTRIBUTING.md](https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md).
|
2022-01-03 16:56:52 +00:00
|
|
|
|
|
|
|
#### Automatically backporting a Pull Request {#submitting-changes-stable-release-branches-automatic-backports}
|
|
|
|
|
2023-08-22 20:05:09 +00:00
|
|
|
This section has been moved to [CONTRIBUTING.md](https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md).
|
2022-01-03 16:56:52 +00:00
|
|
|
|
|
|
|
#### Manually backporting changes {#submitting-changes-stable-release-branches-manual-backports}
|
|
|
|
|
2023-08-22 20:05:09 +00:00
|
|
|
This section has been moved to [CONTRIBUTING.md](https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md).
|
2021-06-28 23:13:55 +00:00
|
|
|
|
2023-03-30 22:05:00 +00:00
|
|
|
#### Acceptable backport criteria {#acceptable-backport-criteria}
|
2021-06-28 23:13:55 +00:00
|
|
|
|
2023-08-22 20:05:09 +00:00
|
|
|
This section has been moved to [CONTRIBUTING.md](https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md).
|
2021-06-28 23:13:55 +00:00
|
|
|
|