Skip to content

Commit 9afaca0

Browse files
committed
test
Signed-off-by: Sebastian Beltran <bjohansebas@gmail.com>
1 parent c48103e commit 9afaca0

1 file changed

Lines changed: 7 additions & 29 deletions

File tree

.github/ISSUE_TEMPLATE/1-bug_report.yml

Lines changed: 7 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,25 @@
11
name: 🐛 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
45
labels:
5-
- 'require-triage'
6-
type: Bug
6+
- "ideas"
7+
- "require-triage"
78

89
body:
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?

0 commit comments

Comments
 (0)