File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : 🐛 Bug Report
2- title : ' 🐛 Bug: <short description of the bug>'
3- description : Do you believe you have found a bug?
2+ title : ' 🚀 feature: <short description of the feature>'
3+ description : ' Do you want to make a feature request?'
4+ type : Feature
45labels :
5- - ' require-triage '
6- type : Bug
6+ - " ideas "
7+ - " require-triage "
78
89body :
910 - type : markdown
1011 attributes :
1112 value : |
12- Thank you for reporting a bug! Please fill out the following sections to help us understand the issue.
13-
13+ Thank you for submitting a feature request! Please fill out the following sections to help us understand the request.
1414 - type : checkboxes
1515 attributes :
16+ label : Feature Request Checklist
1617 description : If any of these required steps are missed, we might not be able to review your issue.
17- label : Bug Report Checklist
1818 options :
1919 - label : I have read and agree to Express's [Code of Conduct](https://github.com/expressjs/.github/blob/master/CODE_OF_CONDUCT.md)
2020 required : true
2121 - label : I have searched for related issues but none matched my issue.
2222 required : true
23-
24- - type : input
25- attributes :
26- label : Version
27- description : |
28- To check the installed version, you can use the following command: `npm ls name-of-package name-of-othe-package`
29- validations :
30- required : true
31-
32- - type : textarea
33- attributes :
34- label : Platform
35- description : |
36- UNIX: output of `uname -a`
37- Windows: output of `"$([Environment]::OSVersion.VersionString) $(('x86', 'x64')[[Environment]::Is64BitOperatingSystem])"` in PowerShell console
38-
39- - type : input
40- attributes :
41- label : Node.js version
42- description : |
43- Output of `node -v`.
44-
4523 - type : textarea
4624 attributes :
4725 label : What is the current behavior?
You can’t perform that action at this time.
0 commit comments