about summary refs log tree commit diff
path: root/nixpkgs/doc/development.md
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/doc/development.md')
-rw-r--r--nixpkgs/doc/development.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/nixpkgs/doc/development.md b/nixpkgs/doc/development.md
new file mode 100644
index 000000000000..0c092befca24
--- /dev/null
+++ b/nixpkgs/doc/development.md
@@ -0,0 +1,10 @@
+# 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 test pull requests, how to know if pull requests are available in channels, etc. -->
+
+```{=include=} chapters
+development/opening-issues.chapter.md
+```