forked from NixOS/nixpkgs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
README.md: Rough move to new contribution doc files
No content was changed, new titles are wrapped with () to signal that they will need to be decided on in a future commit.
- Loading branch information
Showing
3 changed files
with
30 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,24 @@ | ||
# Contributing to Nixpkgs | ||
|
||
## (Proposing a change) | ||
|
||
When pull requests are made, our tooling automation bot, | ||
[OfBorg](https://github.com/NixOS/ofborg) will perform various checks | ||
to help ensure expression quality. | ||
|
||
## (Merging a pull request) | ||
|
||
The *Nixpkgs committers* are people who have been given | ||
permission to merge. | ||
|
||
## (Flow of changes) | ||
|
||
Most contributions are based on and merged into these branches: | ||
|
||
* `master` is the main branch where all small contributions go | ||
* `staging` is branched from master, changes that have a big impact on | ||
Hydra builds go to this branch | ||
* `staging-next` is branched from staging and only fixes to stabilize | ||
and security fixes with a big impact on Hydra builds should be | ||
contributed to this branch. This branch is merged into master when | ||
deemed of sufficiently high quality |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,7 @@ | ||
# Nixpkgs Maintainers | ||
|
||
The *Nixpkgs maintainers* are people who have assigned themselves to | ||
maintain specific individual packages. We encourage people who care | ||
about a package to assign themselves as a maintainer. When a pull | ||
request is made against a package, OfBorg will notify the appropriate | ||
maintainer(s). |