summary refs log tree commit diff
path: root/CONTRIBUTING.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 /CONTRIBUTING.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 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 95d23e3f7ed..7a2ea329ded 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -1,11 +1,5 @@
 # How to contribute
 
-## Opening issues
-
-* Make sure you have a [GitHub account](https://github.com/signup/free)
-* Make sure there is no open issue on the topic
-* [Submit a new issue](https://github.com/NixOS/nixpkgs/issues/new/choose) by choosing the kind of topic and fill out the template
-
 ## Submitting changes
 
 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.