File tree 1 file changed +63
-0
lines changed
1 file changed +63
-0
lines changed Original file line number Diff line number Diff line change
1
+ name : 🐞 Bug v10
2
+ description : File a bug/issue against v10.x
3
+ title : " [BUG] <title>"
4
+ labels : [Bug, Needs Triage, Release 10.x]
5
+ body :
6
+ - type : checkboxes
7
+ attributes :
8
+ label : Is there an existing issue for this?
9
+ description : Please [search here](https://github.com/npm/cli/issues) to see if an issue already exists for your problem.
10
+ options :
11
+ - label : I have searched the existing issues
12
+ required : true
13
+ - type : checkboxes
14
+ attributes :
15
+ label : This issue exists in the latest npm version
16
+ description : Please make sure you have installed the latest npm and verified it is still an issue.
17
+ options :
18
+ - label : I am using the latest npm
19
+ required : true
20
+ - type : textarea
21
+ attributes :
22
+ label : Current Behavior
23
+ description : A clear & concise description of what you're experiencing.
24
+ validations :
25
+ required : false
26
+ - type : textarea
27
+ attributes :
28
+ label : Expected Behavior
29
+ description : A clear & concise description of what you expected to happen.
30
+ validations :
31
+ required : false
32
+ - type : textarea
33
+ attributes :
34
+ label : Steps To Reproduce
35
+ description : Steps to reproduce the behavior.
36
+ value : |
37
+ 1. In this environment...
38
+ 2. With this config...
39
+ 3. Run '...'
40
+ 4. See error...
41
+ validations :
42
+ required : false
43
+ - type : textarea
44
+ attributes :
45
+ label : Environment
46
+ description : |
47
+ examples:
48
+ - **`npm -v`**: **npm**: 10.0.0
49
+ - **`node -v`**: **Node.js**: 18.0.0
50
+ - **OS Name**: Ubuntu 20.04
51
+ - **System Model Name**: Macbook Pro
52
+ - **`npm config ls`**: `; "user" config from ...`
53
+ value : |
54
+ - npm:
55
+ - Node.js:
56
+ - OS Name:
57
+ - System Model Name:
58
+ - npm config:
59
+ ```ini
60
+ ; copy and paste output from `npm config ls` here
61
+ ```
62
+ validations :
63
+ required : false
You can’t perform that action at this time.
0 commit comments