summary refs log tree commit diff
path: root/doc/development.md
diff options
context:
space:
mode:
authorSilvan Mosberger <silvan.mosberger@tweag.io>2023-08-02 18:38:44 +0200
committerSilvan Mosberger <silvan.mosberger@tweag.io>2023-08-13 22:04:57 +0200
commit37968083e7e85ea469066d9c4720b1a419b38eb6 (patch)
tree1a31b1034b0c03643f449385d4961789b9aa9aae /doc/development.md
parent549ecbc977b1d165f1de702f6c6fed0cdc1f5b6c (diff)
downloadnixpkgs-37968083e7e85ea469066d9c4720b1a419b38eb6.tar
nixpkgs-37968083e7e85ea469066d9c4720b1a419b38eb6.tar.gz
nixpkgs-37968083e7e85ea469066d9c4720b1a419b38eb6.tar.bz2
nixpkgs-37968083e7e85ea469066d9c4720b1a419b38eb6.tar.lz
nixpkgs-37968083e7e85ea469066d9c4720b1a419b38eb6.tar.xz
nixpkgs-37968083e7e85ea469066d9c4720b1a419b38eb6.tar.zst
nixpkgs-37968083e7e85ea469066d9c4720b1a419b38eb6.zip
CONTRIBUTING.md: Move opening issues section to Nixpkgs manual
This isn't relevant to contributors specifically, it applies to all
users
Diffstat (limited to 'doc/development.md')
-rw-r--r--doc/development.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/development.md b/doc/development.md
index d1b479b6cd8..0c092befca2 100644
--- a/doc/development.md
+++ b/doc/development.md
@@ -3,4 +3,8 @@
 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. -->
+<!-- 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
+```