doc: Add empty development section
This commit is contained in:
parent
129da60f57
commit
549ecbc977
2 changed files with 7 additions and 0 deletions
6
doc/development.md
Normal file
6
doc/development.md
Normal 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. -->
|
|
@ -10,5 +10,6 @@ using-nixpkgs.md
|
|||
lib.md
|
||||
stdenv.md
|
||||
builders.md
|
||||
development.md
|
||||
contributing.md
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue