doc: Add empty development section

This commit is contained in:
Silvan Mosberger 2023-08-02 18:33:22 +02:00
parent 129da60f57
commit 549ecbc977
2 changed files with 7 additions and 0 deletions

6
doc/development.md Normal file
View File

@ -0,0 +1,6 @@
# Development of Nixpkgs {#part-development}
This section shows you how Nixpkgs is being developed and how you can interact with the contributors and the latest updates.
If you are interested in contributing yourself, see [CONTRIBUTING.md](https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md).
<!-- In the future this section should also include: How to open issues (request backports, request updates, report bugs, ...), how to test pull requests, how to know if pull requests are available in channels, etc. -->

View File

@ -10,5 +10,6 @@ using-nixpkgs.md
lib.md
stdenv.md
builders.md
development.md
contributing.md
```