Skip to content

Commit e5ff5ff

Browse files
authored
feat: enhance bug report template with additional fields (#12)
1 parent a82a297 commit e5ff5ff

File tree

1 file changed

+29
-1
lines changed

1 file changed

+29
-1
lines changed

.github/ISSUE_TEMPLATE/2bug_report.md

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
2-
name: Bug Report
2+
name: 🐛 Bug Report
33
about: Do you believe you have found a bug?
44
labels: bug
5+
type: Bug
56
---
67

78
<!-- The process for bug fixing is:
@@ -11,3 +12,30 @@ labels: bug
1112
- Discuss how to best fix the bug
1213
- Work towards a fix
1314
-->
15+
16+
## Environment information
17+
18+
**Version**:
19+
<!--
20+
To find the installed version of a package, you can check the `package.json` file in the root directory of your project. The version will be listed under `dependencies` or `devDependencies`, like this:
21+
22+
```json
23+
"dependencies": {
24+
"express": "4.18.2"
25+
}
26+
-->
27+
28+
**Platform**:
29+
<!--
30+
UNIX: output of uname -a
31+
Windows: output of "$([Environment]::OSVersion.VersionString) $(('x86', 'x64')[[Environment]::Is64BitOperatingSystem])" in PowerShell console
32+
-->
33+
34+
**Node.js version**:
35+
<!--
36+
Output of node -v.
37+
-->
38+
39+
**Any other relevant information**:
40+
41+
## What steps will reproduce the bug?

0 commit comments

Comments
 (0)