Skip to content

Commit fb2a889

Browse files
author
andrewetchen
committed
Update issue templates
- Improve readability - Add correct labels - Add HTML comments
1 parent 3c0ed45 commit fb2a889

File tree

2 files changed

+28
-22
lines changed

2 files changed

+28
-22
lines changed

.github/ISSUE_TEMPLATE/Bug_issue.md

+16-12
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,24 @@
11
---
2-
name: Bug issue
2+
name: Bug report
33
about: Use this template for reporting a bug
4-
labels: 'type:bug'
5-
4+
labels: bug
65
---
76

8-
**Describe the current behavior**
7+
## Describe the current behavior
8+
9+
10+
## Describe the expected behavior
11+
12+
13+
## Version information (Dawn, browsers and operating systems)
14+
15+
- Dawn Version: 7.0.1
16+
- Chrome Version 108.0.5359.124
17+
- macOS Version 13.1
918

10-
**Describe the expected behavior**
19+
## Possible solution
1120

12-
**Version information (Dawn, browsers and operating systems)**
13-
- Dawn Version: 1.0.0
14-
- Chrome Version 91.0.4472.114
15-
- macOS Version 11.3.1
1621

17-
**Possible solution**
22+
## Additional context/screenshots
23+
<!-- Add any other context about the problem here. If applicable, add screenshots to help explain. -->
1824

19-
**Additional context/screenshots**
20-
Add any other context about the problem here. If applicable, add screenshots to help explain.

.github/ISSUE_TEMPLATE/Feature_request.md

+12-10
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
---
2-
name: "Feature request"
3-
about: "Use this template for suggesting a Dawn enhancement"
4-
labels: 'i: enhancement'
5-
2+
name: Feature request
3+
about: Use this template for suggesting a Dawn enhancement
4+
labels: enhancement
65
---
76

8-
**Describe the enhancement you'd like**
9-
A clear and concise description of what you want added to Dawn. Add any considered drawbacks.
7+
## Describe the enhancement you'd like
8+
<!-- A clear and concise description of what you want added to Dawn. Add any considered drawbacks. -->
9+
10+
11+
## Describe alternatives you've considered
12+
<!-- A clear and concise description of any alternative solutions or features you've considered. -->
13+
1014

11-
**Describe alternatives you've considered**
12-
A clear and concise description of any alternative solutions or features you've considered.
15+
## Additional context/screenshots
16+
<!-- Maybe a screenshot or design? -->
1317

14-
**Additional context/screenshots**
15-
Maybe a screenshot or design?

0 commit comments

Comments
 (0)