1
0
Fork 0
mirror of https://github.com/NixOS/nix.dev.git synced 2024-10-18 14:32:43 -04:00
nix.dev/source/contributing/how-to-contribute.md

78 lines
3 KiB
Markdown
Raw Normal View History

2021-12-10 09:34:01 -05:00
# How to Contribute
This guide explains how you can contribute to Nix, Nix packages or
NixOS.
:::{note}
Please also consider [contributing documentation](./documentation.md).
:::
2021-12-10 09:34:01 -05:00
## Report an issue
We can only fix issues that we know of, so please report any issue you
encounter.
2022-10-22 11:35:41 -04:00
Issues with the **package manager Nix** (including its documentation)
2021-12-10 09:34:01 -05:00
are reported at <https://github.com/NixOS/nix/issues>.
2022-10-22 11:35:41 -04:00
Issues with **specific packages or NixOS** (including its modules and
2021-12-10 09:34:01 -05:00
documentation) are reported at <https://github.com/NixOS/nixpkgs/issues>.
Make sure that there is not already an open issue for your problem.
Please follow the issue template and fill in all requested information
as they help us solve the problem.
You need a [GitHub] account for that.
[github]: https://github.com/
2021-12-10 09:34:01 -05:00
## Contribute to Nix
The package manager Nix is mostly written in C++.
If you want to contribute to its development, you can find
information on [how to setup a development environment] in the manual.
2021-12-10 09:34:01 -05:00
You can find inspiration for things to improve on the [issue tracker][nix issues].
2021-12-10 09:34:01 -05:00
Feel free to [join our community] to get in
contact with other developers.
[how to setup a development environment]: https://nixos.org/manual/nix/unstable/contributing/hacking.html
[nix issues]: https://github.com/NixOS/nix/issues
[join our community]: https://nixos.org/community
## Contribute to Nixpkgs
2021-12-10 09:34:01 -05:00
Packaging for Nix is simple when you have understood the basic concept.
[The Nixpkgs manual][nixpkgs quick-start] explains step-by-step how to add new packages to
the Nix package collection. There are also [programming language specific instructions].
2021-12-10 09:34:01 -05:00
You can find inspiration for things to improve in the [reported issues][nixpkgs issues].
[nixpkgs quick-start]: https://nixos.org/manual/nixpkgs/stable/#chap-quick-start
[programming language specific instructions]: https://nixos.org/manual/nixpkgs/stable/#chap-language-support
[nixpkgs issues]: https://github.com/NixOS/nixpkgs/issues?q=is%3Aopen+is%3Aissue+-label%3A%226.topic%3A+nixos%22+-label%3A%226.topic%3A+module+system%22+-label%3A%226.+topic%3A+nixos-container%22
2021-12-10 09:34:01 -05:00
## Contribute to NixOS
Its pretty easy to contribute to NixOS compared to other linux
distributions. All the code is on GitHub in the repository [nixpkgs].
Everyone can propose an improvement and most of them get merged after a
review of the maintainers. You will get feedback in the pull request.
See the [NixOS manual][nixos manual dev] to get started and find all the details.
You can find inspiration for things to improve in the [reported issues][nixos issues].
2021-12-10 09:34:01 -05:00
There are also [issues tagged with good-first-bug] that are a good start for new
2021-12-10 09:34:01 -05:00
contributors.
Feel free to [join our community] of developers!
[nixpkgs]: https://github.com/NixOS/nixpkgs
[nixos manual dev]: https://nixos.org/manual/nixos/stable/index.html#ch-development
[nixos issues]: https://github.com/NixOS/nixpkgs/issues?q=is%3Aopen+is%3Aissue+label%3A%226.topic%3A+nixos%22
[issues tagged with good-first-bug]: https://github.com/NixOS/nixpkgs/labels/3.skill%3A%20good-first-bug