Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
- Improve readability
- Add correct labels
- Add HTML comments
  • Loading branch information
andrewetchen committed Dec 14, 2022
1 parent 3c0ed45 commit fb2a889
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 22 deletions.
28 changes: 16 additions & 12 deletions .github/ISSUE_TEMPLATE/Bug_issue.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,24 @@
---
name: Bug issue
name: Bug report
about: Use this template for reporting a bug
labels: 'type:bug'

labels: bug
---

**Describe the current behavior**
## Describe the current behavior


## Describe the expected behavior


## Version information (Dawn, browsers and operating systems)

- Dawn Version: 7.0.1
- Chrome Version 108.0.5359.124
- macOS Version 13.1

**Describe the expected behavior**
## Possible solution

**Version information (Dawn, browsers and operating systems)**
- Dawn Version: 1.0.0
- Chrome Version 91.0.4472.114
- macOS Version 11.3.1

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

**Additional context/screenshots**
Add any other context about the problem here. If applicable, add screenshots to help explain.
22 changes: 12 additions & 10 deletions .github/ISSUE_TEMPLATE/Feature_request.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
---
name: "Feature request"
about: "Use this template for suggesting a Dawn enhancement"
labels: 'i: enhancement'

name: Feature request
about: Use this template for suggesting a Dawn enhancement
labels: enhancement
---

**Describe the enhancement you'd like**
A clear and concise description of what you want added to Dawn. Add any considered drawbacks.
## Describe the enhancement you'd like
<!-- A clear and concise description of what you want added to Dawn. Add any considered drawbacks. -->


## Describe alternatives you've considered
<!-- A clear and concise description of any alternative solutions or features you've considered. -->


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

**Additional context/screenshots**
Maybe a screenshot or design?

0 comments on commit fb2a889

Please sign in to comment.