Skip to content

Commit

Permalink
Merge pull request NixOS#361 from yukiisbored/add-filtered-issues-list
Browse files Browse the repository at this point in the history
Add filtered issues list
  • Loading branch information
zupo authored Oct 22, 2022
2 parents 9e53881 + 34455a9 commit a6cb86c
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions source/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ and want to contribute to it's development, you can find information on
[how to setup a development environment] in the manual.

You can find inspiration for things to improve in the [reported
issues][reported issues].
issues][nix issues].

Feel free to [join our community] to get in
contact with other developers.
Expand All @@ -40,6 +40,8 @@ Packaging for Nix is simple when you have understood the basic concept.
package collection. There are also [programming language specific
instructions][programming language specific instructions].

You can find inspiration for things to improve in the [reported issues][nixpkgs issues].

## Contribute to NixOS

It’s pretty easy to contribute to NixOS compared to other linux
Expand All @@ -50,7 +52,7 @@ review of the maintainers. You will get feedback in the pull request.
See the [NixOS manual] to get started and find all the details.

You can find inspiration for things to improve in the [reported
issues](https://github.com/NixOS/nixpkgs/issues). There are also
issues][nixos issues]. There are also
[issues tagged with good-first-bug] that are a good start for new
contributors.

Expand All @@ -63,5 +65,7 @@ Feel free to [join our community] of developers!
[nixos manual]: https://nixos.org/manual/nixos/stable/index.html#ch-development
[nixpkgs]: https://github.com/NixOS/nixpkgs
[programming language specific instructions]: https://nixos.org/manual/nixpkgs/stable/#chap-language-support
[reported issues]: https://github.com/NixOS/nix/issues
[the manual]: https://nixos.org/manual/nix/stable/quick-start.html
[nix issues]: https://github.com/NixOS/nix/issues
[nixos issues]: https://github.com/NixOS/nixpkgs/issues?q=is%3Aopen+is%3Aissue+label%3A%226.topic%3A+nixos%22
[nixpkgs issues]: https://github.com/NixOS/nixpkgs/issues?page=3&q=is%3Aissue+is%3Aopen+label%3A%228.has%3A+package+%28update%29%22%2C%228.has%3A+package+%28new%29%22%2C%229.needs%3A+package+%28update%29%22%2C%229.needs%3A+package+%28new%29%22%2C%220.kind%3A+packaging+request%22%2C%220.kind%3A+build+failure%22

0 comments on commit a6cb86c

Please sign in to comment.