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:
authorGar <gar+gh@danger.computer>2021-11-02 22:43:36 +0300
committerGar <gar+gh@danger.computer>2021-11-02 22:54:46 +0300
commitef45b7b1da17ada8faa2e6d72aa9d81a40aaf8c3 (patch)
treec83d29cb0bec8880f8747b2436636a56cb7ad6fc /.github
parent2c6421576e8d4bb80718993047fad95c198cfb35 (diff)
chore: add latest npm check to bug template
Adds a new required checkbox to our bug template directing people to use the latest npm version to verify their bug still exists. PR-URL: https://github.com/npm/cli/pull/3977 Credit: @wraithgar Close: #3977 Reviewed-by: @darcyclarke
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_8.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_8.yml b/.github/ISSUE_TEMPLATE/bug_8.yml
index b81e3311f..83a0f6e62 100644
--- a/.github/ISSUE_TEMPLATE/bug_8.yml
+++ b/.github/ISSUE_TEMPLATE/bug_8.yml
@@ -10,6 +10,13 @@ body:
options:
- label: I have searched the existing issues
required: true
+- type: checkboxes
+ attributes:
+ label: This issue exists in the latest npm version
+ description: Please make sure you have installed the latest npm and verified it is still an issue.
+ options:
+ - label: I am using the latest npm
+ required: true
- type: textarea
attributes:
label: Current Behavior