forked from Shopify/dawn
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Improve readability - Add correct labels - Add HTML comments
- Loading branch information
andrewetchen
committed
Dec 14, 2022
1 parent
3c0ed45
commit fb2a889
Showing
2 changed files
with
28 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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? |