CONTRIBUTING.md: Move opening issues section to Nixpkgs manual

This isn't relevant to contributors specifically, it applies to all
users

Changed files
+12 -7
doc
-6
CONTRIBUTING.md
··· 1 1 # How to contribute 2 2 3 - ## Opening issues 4 - 5 - * Make sure you have a [GitHub account](https://github.com/signup/free) 6 - * Make sure there is no open issue on the topic 7 - * [Submit a new issue](https://github.com/NixOS/nixpkgs/issues/new/choose) by choosing the kind of topic and fill out the template 8 - 9 3 ## Submitting changes 10 4 11 5 Read the ["Submitting changes"](https://nixos.org/nixpkgs/manual/#chap-submitting-changes) section of the nixpkgs manual. It explains how to write, test, and iterate on your change, and which branch to base your pull request against.
+5 -1
doc/development.md
··· 3 3 This section shows you how Nixpkgs is being developed and how you can interact with the contributors and the latest updates. 4 4 If you are interested in contributing yourself, see [CONTRIBUTING.md](https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md). 5 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. --> 6 + <!-- In the future this section should also include: How to test pull requests, how to know if pull requests are available in channels, etc. --> 7 + 8 + ```{=include=} chapters 9 + development/opening-issues.chapter.md 10 + ```
+7
doc/development/opening-issues.chapter.md
··· 1 + # Opening issues {#sec-opening-issues} 2 + 3 + * Make sure you have a [GitHub account](https://github.com/signup/free) 4 + * Make sure there is no open issue on the topic 5 + * [Submit a new issue](https://github.com/NixOS/nixpkgs/issues/new/choose) by choosing the kind of topic and fill out the template 6 + 7 + <!-- In the future this section could also include more detailed information on the issue templates -->