lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

doc: Add empty development section

+7
+6
doc/development.md
··· 1 + # Development of Nixpkgs {#part-development} 2 + 3 + This section shows you how Nixpkgs is being developed and how you can interact with the contributors and the latest updates. 4 + If you are interested in contributing yourself, see [CONTRIBUTING.md](https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md). 5 + 6 + <!-- 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. -->
+1
doc/manual.md.in
··· 10 10 lib.md 11 11 stdenv.md 12 12 builders.md 13 + development.md 13 14 contributing.md 14 15 ```