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:
authorForrest L Norvell <forrest@npmjs.com>2016-06-25 03:42:52 +0300
committerForrest L Norvell <forrest@npmjs.com>2016-06-25 03:42:52 +0300
commitaa977a87faacb06a858ad7351873fba88e533bb0 (patch)
tree3bc98476d5f249b2bd3f316824ebb36f5ea14156 /.github
parent82b1b6e291bf3db23adaf3991dacda56ca237e2c (diff)
doc: tweak issue template
- moved to .github to keep top-level directory clean - expanded feature request section - tweaked formatting
Diffstat (limited to '.github')
-rw-r--r--.github/issue_template.md77
1 files changed, 77 insertions, 0 deletions
diff --git a/.github/issue_template.md b/.github/issue_template.md
new file mode 100644
index 000000000..269c15c81
--- /dev/null
+++ b/.github/issue_template.md
@@ -0,0 +1,77 @@
+<!-- Thank you for contributing to npm! Please review this checklist
+ before submitting your issue.
+
+ Please check if there's a solution in the troubleshooting wiki:
+ https://github.com/npm/npm/wiki/Troubleshooting
+
+ Also ensure that your new issue conforms to npm's contribution guidelines:
+ https://github.com/npm/npm/wiki/Contributing-Guidelines
+
+ Participation in this open source project is subject to the npm Code of Conduct:
+ https://www.npmjs.com/policies/conduct
+
+ If you're here to provide a feature request, uncomment the final block below.
+-->
+
+### I'm opening this issue because:
+
+ - [ ] npm is crashing
+ - [ ] npm is producing an incorrect install
+ - [ ] npm is doing something I don't understand
+ - [ ] other (_see below for feature requests_)
+
+#### Node version:
+
+<!-- output of 'node -v' -->
+
+#### npm version:
+
+<!-- output of 'npm -v' -->
+
+#### How did you install Node and npm?
+
+<!-- nodejs.org installer, Homebrew, apt-get -->
+
+#### Operating system version and distribution:
+
+<!-- operating systems: Linux, Windows 7, Windows 10, OS X 10.11.5, SmartOS
+ distributions: Ubuntu, Arch
+ ('uname -a' output is also helpful here, on non-Windows systems)
+-->
+
+#### Containerization or virtualization environment:
+
+<!-- Docker, Vagrant on Windows, Triton, Heroku, VirtualBox, Azure -->
+
+#### Are you using [a proxy](https://docs.npmjs.com/misc/config#proxy)?
+
+#### What problem are you seeing?
+
+#### How can the problem be reproduced?
+
+<!-- Please provide minimal steps to reproducing the problem.
+ Include a gist of your npm-debug.log file.
+ If you've never used gist, read here:
+ https://github.com/EmmaRamirez/how-to-submit-your-npm-debug-log
+-->
+
+<!--
+ For feature requests, delete the above and uncomment the section following this one.
+
+ But first, take a look at the existing feature requests:
+ https://github.com/npm/npm/issues?q=is%3Aopen+is%3Aissue+label%3Afeature-request+label%3Aalready-looked-at
+-->
+
+<!--
+
+#### What's the feature?
+
+#### What problem is the feature intended to solve?
+
+#### Is the absence of this feature blocking you or your team? If so, how?
+
+#### Is this feature similar to an existing feature in another tool?
+
+#### Is this a feature you're prepared to implement, with support from the npm CLI team?
+
+-->