Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Spier-Swenson <kyleshome@gmail.com>2018-03-08 11:22:46 +0300
committerKat Marchán <kzm@sykosomatic.org>2018-03-09 01:20:39 +0300
commit06038246a3fa58d6f42bb4ab897aa534ff6ed282 (patch)
tree18af6e370bf014dd61a169e2de8ed57d96160258 /.github
parentecfbb16dc705f28aa61b3223bdbf9e47230a0fa4 (diff)
docs: Add a common open reason to the issue template (#19893)
`npm is doing something I don't understand.` is often inappropriately used when the author means `npm is producing incorrect or undesirable behavior.`. I only had to look thru the first page of open issues to find 5 examples of this. PR-URL: https://github.com/npm/npm/pull/19893 Credit: @MrStonedOne Reviewed-By: @zkat
Diffstat (limited to '.github')
-rw-r--r--.github/issue_template.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/issue_template.md b/.github/issue_template.md
index f3a586186..ec78009f7 100644
--- a/.github/issue_template.md
+++ b/.github/issue_template.md
@@ -3,6 +3,7 @@
- [ ] npm is crashing.
- [ ] npm is producing an incorrect install.
- [ ] npm is doing something I don't understand.
+ - [ ] npm is producing incorrect or undesirable behavior.
- [ ] Other (_see below for feature requests_):
#### What's going wrong?