From fb2a8892cba2bc70fec2f6362ec991c40aba1252 Mon Sep 17 00:00:00 2001 From: andrewetchen Date: Wed, 14 Dec 2022 18:40:04 -0500 Subject: [PATCH] Update issue templates - Improve readability - Add correct labels - Add HTML comments --- .github/ISSUE_TEMPLATE/Bug_issue.md | 28 +++++++++++++---------- .github/ISSUE_TEMPLATE/Feature_request.md | 22 ++++++++++-------- 2 files changed, 28 insertions(+), 22 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/Bug_issue.md b/.github/ISSUE_TEMPLATE/Bug_issue.md index fe2c55ef731..240ad6046a6 100644 --- a/.github/ISSUE_TEMPLATE/Bug_issue.md +++ b/.github/ISSUE_TEMPLATE/Bug_issue.md @@ -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 + -**Additional context/screenshots** -Add any other context about the problem here. If applicable, add screenshots to help explain. diff --git a/.github/ISSUE_TEMPLATE/Feature_request.md b/.github/ISSUE_TEMPLATE/Feature_request.md index 6427b7fa621..7e3238d515f 100644 --- a/.github/ISSUE_TEMPLATE/Feature_request.md +++ b/.github/ISSUE_TEMPLATE/Feature_request.md @@ -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 + + + +## Describe alternatives 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 + -**Additional context/screenshots** -Maybe a screenshot or design?