Skip to content

Commit 8eb00ba

Browse files
committed
[github] Improve scopes in issue templates
1 parent a4b1935 commit 8eb00ba

File tree

3 files changed

+18
-12
lines changed

3 files changed

+18
-12
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,11 @@ assignees: nelson6e65
1212
- [ ] Documentation
1313
- [ ] Template (twig, xml)
1414
- [ ] PHP sources
15-
- [ ] Appearance
15+
- [ ] Output HTML
16+
- [ ] Output Markdown
17+
- [ ] Appearance
1618
- [ ] Other
17-
19+
1820

1921
**Describe the bug**
2022
A clear and concise description of what the bug is.
@@ -38,12 +40,12 @@ If applicable, add screenshots to help explain your problem.
3840
- **Browser**: [e.g. chrome, safari]
3941

4042
**Versions:**
41-
- **Template**:
42-
- PHP:
43-
- Node:
44-
- Yarn:
45-
- **VuePress**:
46-
- **phpDocumentor**:
43+
- **Template**:
44+
- PHP:
45+
- Node:
46+
- Yarn:
47+
- **VuePress**:
48+
- **phpDocumentor**:
4749

4850
**Additional context**
4951
<!-- Add any other context about the problem here. -->

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,11 @@ assignees: ''
1212
- [ ] Documentation
1313
- [ ] Template (twig, xml)
1414
- [ ] PHP sources
15-
- [ ] Appearance
15+
- [ ] Output HTML
16+
- [ ] Output Markdown
17+
- [ ] Appearance
1618
- [ ] Other
17-
19+
1820

1921
**Is your feature request related to a problem? Please describe.**
2022
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

.github/ISSUE_TEMPLATE/question.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: Question
33
about: Questions about usage or misunderstood instructions.
4-
title: "[Question] How to ____?"
4+
title: "[question] How to ____?"
55
labels: question
66
assignees: ''
77

@@ -12,7 +12,9 @@ assignees: ''
1212
- [ ] Documentation
1313
- [ ] Template (twig, xml)
1414
- [ ] PHP sources
15-
- [ ] Appearance
15+
- [ ] Output HTML
16+
- [ ] Output Markdown
17+
- [ ] Appearance
1618
- [ ] Other
1719

1820
**Description**

0 commit comments

Comments
 (0)