2020-01-05 01:16:59 +01:00
|
|
|
# Pull Requests
|
|
|
|
|
|
|
|
While much of your work in this template may be idiosyncratic in nature. Anything
|
|
|
|
that might be generally useful to the broader NixOS community can be synced to
|
|
|
|
the `template` branch to provide a host of useful NixOS configurations available
|
|
|
|
"out of the box". If you wish to contribute such an expression please follow
|
|
|
|
these guidelines:
|
|
|
|
|
2020-12-30 09:47:42 +01:00
|
|
|
* format your code with [`nixpkgs-fmt`][nixpkgs-fmt]. You can run the `hooks`
|
|
|
|
command inside the nix shell to install a pre-commit hook that does this
|
|
|
|
for you.
|
2020-01-05 01:16:59 +01:00
|
|
|
* The commit message follows the same semantics as [nixpkgs][nixpkgs].
|
|
|
|
* You can use a `#` symbol to specify ambiguities. For example,
|
|
|
|
`develop#zsh: <rest of commit message>` would tell me that your updating the
|
|
|
|
`zsh` subprofile living under the `develop` profile.
|
|
|
|
|
2020-07-31 06:05:36 +02:00
|
|
|
[nixpkgs-fmt]: https://github.com/nix-community/nixpkgs-fmt
|
2020-01-05 01:16:59 +01:00
|
|
|
[nixpkgs]: https://github.com/NixOS/nixpkgs
|