summary refs log tree commit diff
path: root/.github/CONTRIBUTING.md
diff options
context:
space:
mode:
authorDavid Kleuker <davidak@users.noreply.github.com>2019-12-03 19:15:05 +0100
committerdavidak <git@davidak.de>2019-12-04 15:30:56 +0100
commitcc4447dab44bd7610fd709cc9e32812fb4b2bce2 (patch)
tree81aa64e0d4424115d21bc3dbf061ab2b78e415c3 /.github/CONTRIBUTING.md
parent224737f0f72801e168495d293543f6914b46afed (diff)
downloadnixpkgs-cc4447dab44bd7610fd709cc9e32812fb4b2bce2.tar
nixpkgs-cc4447dab44bd7610fd709cc9e32812fb4b2bce2.tar.gz
nixpkgs-cc4447dab44bd7610fd709cc9e32812fb4b2bce2.tar.bz2
nixpkgs-cc4447dab44bd7610fd709cc9e32812fb4b2bce2.tar.lz
nixpkgs-cc4447dab44bd7610fd709cc9e32812fb4b2bce2.tar.xz
nixpkgs-cc4447dab44bd7610fd709cc9e32812fb4b2bce2.tar.zst
nixpkgs-cc4447dab44bd7610fd709cc9e32812fb4b2bce2.zip
Update CONTRIBUTING.md
to reflect the introduction of issue templates
Diffstat (limited to '.github/CONTRIBUTING.md')
-rw-r--r--.github/CONTRIBUTING.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md
index 4577cea2225..706952b208d 100644
--- a/.github/CONTRIBUTING.md
+++ b/.github/CONTRIBUTING.md
@@ -6,9 +6,8 @@ under the terms of [COPYING](../COPYING), which is an MIT-like license.
 ## Opening issues
 
 * Make sure you have a [GitHub account](https://github.com/signup/free)
-* [Submit an issue](https://github.com/NixOS/nixpkgs/issues) - assuming one does not already exist.
-  * Clearly describe the issue including steps to reproduce when it is a bug.
-  * Include information what version of nixpkgs and Nix are you using (nixos-version or git revision).
+* 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