about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorSilvan Mosberger <silvan.mosberger@tweag.io>2023-08-02 18:33:22 +0200
committerSilvan Mosberger <silvan.mosberger@tweag.io>2023-08-13 22:04:56 +0200
commit549ecbc977b1d165f1de702f6c6fed0cdc1f5b6c (patch)
tree7b82a2be002cd59450b36ee218a8a1c605aaa7ae /doc
parent129da60f578723edc9ca6405ca7f53b31afd1875 (diff)
doc: Add empty development section
Diffstat (limited to 'doc')
-rw-r--r--doc/development.md6
-rw-r--r--doc/manual.md.in1
2 files changed, 7 insertions, 0 deletions
diff --git a/doc/development.md b/doc/development.md
new file mode 100644
index 0000000000000..d1b479b6cd8a8
--- /dev/null
+++ b/doc/development.md
@@ -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. -->
diff --git a/doc/manual.md.in b/doc/manual.md.in
index a4a73a913097a..6b8d351380f95 100644
--- a/doc/manual.md.in
+++ b/doc/manual.md.in
@@ -10,5 +10,6 @@ using-nixpkgs.md
 lib.md
 stdenv.md
 builders.md
+development.md
 contributing.md
 ```