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:
authorDarcy Clarke <darcy@darcyclarke.me>2020-10-13 08:31:17 +0300
committerDarcy Clarke <darcy@darcyclarke.me>2020-10-13 08:31:17 +0300
commit06bd0e03ba06da1514061ef054c6051b7412e9e2 (patch)
tree06aca88117669c5f8d5b75bcdd9c8bc7e3bd7076 /.github
parentfff3e8eae22a6346669cf3d16dab0248a1ca9e0a (diff)
chore: add issue templates back & remove legacy settings.yml
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_6.md35
-rw-r--r--.github/ISSUE_TEMPLATE/bug_7.md35
-rw-r--r--.github/ISSUE_TEMPLATE/config.yml17
-rw-r--r--.github/settings.yml2
4 files changed, 87 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_6.md b/.github/ISSUE_TEMPLATE/bug_6.md
new file mode 100644
index 000000000..d6808074b
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bug_6.md
@@ -0,0 +1,35 @@
+---
+name: 🐞 Bug v6
+about: File a bug/issue against v6.x
+title: '[BUG] <title>'
+labels: Bug, Needs Triage, Release 6.x
+assignees: ''
+
+---
+
+<!--
+Note: Please search to see if an issue already exists for your problem: https://github.com/npm/cli/issues
+-->
+
+### Current Behavior:
+<!-- ex. a clear & concise description of what you're experiencing. -->
+
+### Expected Behavior:
+<!-- ex. a clear & concise description of what you expected to happen. -->
+
+### Steps To Reproduce:
+<!--
+ex. steps to reproduce the behavior:
+1. In this environment...
+2. With this config...
+3. Run '...'
+4. See error...
+-->
+
+### Environment:
+<!--
+ex.
+- OS: Ubuntu 20.04
+- Node: 13.14.0
+- npm: 6.4.12
+-->
diff --git a/.github/ISSUE_TEMPLATE/bug_7.md b/.github/ISSUE_TEMPLATE/bug_7.md
new file mode 100644
index 000000000..48faa9c79
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bug_7.md
@@ -0,0 +1,35 @@
+---
+name: 🐞 Bug v7
+about: File a bug/issue against v7.x
+title: '[BUG] <title>'
+labels: Bug, Needs Triage, Release 7.x
+assignees: ''
+
+---
+
+<!--
+Note: Please search to see if an issue already exists for your problem: https://github.com/npm/cli/issues
+-->
+
+### Current Behavior:
+<!-- ex. a clear & concise description of what you're experiencing. -->
+
+### Expected Behavior:
+<!-- ex. a clear & concise description of what you expected to happen. -->
+
+### Steps To Reproduce:
+<!--
+ex. steps to reproduce the behavior:
+1. In this environment...
+2. With this config...
+3. Run '...'
+4. See error...
+-->
+
+### Environment:
+<!--
+ex.
+- OS: Ubuntu 20.04
+- Node: 13.14.0
+- npm: 6.4.12
+-->
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
new file mode 100644
index 000000000..64449dae2
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -0,0 +1,17 @@
+blank_issues_enabled: true
+contact_links:
+ - name: ⭐️ Feature Request
+ url: https://github.com/npm/rfcs/discussions/category_choices
+ about: Add your request or discuss the project w/ the community
+ - name: 📃 RFC
+ url: https://github.com/npm/rfcs
+ about: Create a more formal proposal/idea via our RFC
+ - name: 🚥 Registry Status
+ url: https://status.npmjs.org
+ about: Check the current status of the website/registry
+ - name: 🗂 Documentation
+ url: https://preview-docs.npmjs.com/cli-commands/npm
+ about: Preview our new docs
+ - name: 📫 Support
+ url: https://npm.community
+ about: Links to other support options &/or community references
diff --git a/.github/settings.yml b/.github/settings.yml
deleted file mode 100644
index 4aaa0dd57..000000000
--- a/.github/settings.yml
+++ /dev/null
@@ -1,2 +0,0 @@
----
-_extends: 'open-source-project-boilerplate'