Skip to content

Commit bdf8f1f

Browse files
authored
Update bug report template for version details
Removed 'bug' label from the bug report template and added Hugo and Docsy version prompts.
1 parent d125b87 commit bdf8f1f

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/ISSUE_TEMPLATE/bug.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,22 @@
11
---
22
name: Bug report
3-
labels: [bug, needs-triage]
3+
labels: [needs-triage]
4+
type: bug
45
about: Create a report to help us improve
56
---
67

78
<!-- Describe you environment by answering the questions below. Put your answers after the colon on each line. -->
89

910
### Environment
1011

11-
- [ ] Version of Docsy you are using:
12-
- [ ] How are you using Docsy? As a:
12+
- **Hugo** version you are using (output of `hugo version`):
13+
- **Docsy** version you are using:
14+
- How are you using Docsy? As a:
1315
- [ ] Hugo module
1416
- [ ] NPM module
1517
- [ ] Git submodule
1618
- [ ] Other:
17-
- [ ] Version of Hugo you are using (output of `hugo version`):
18-
- [ ] OS:
19+
- OS:
1920
- [ ] Linux
2021
- [ ] macOS
2122
- [ ] Windows

0 commit comments

Comments
 (0)