-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #182 from alanvww/alan.issue-template-yaml
Update issue template to use YAML
- Loading branch information
Showing
8 changed files
with
171 additions
and
65 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,47 @@ | ||
name: Bug & Maintenance Report | ||
description: Propose changes for bugs, typos, broken links, and other minor fixes. | ||
title: "[Bug]: " | ||
labels: ["bug"] | ||
projects: [] | ||
assignees: [] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to fill out this bug report! | ||
- type: dropdown | ||
id: type | ||
attributes: | ||
label: Issue Type | ||
multiple: true | ||
options: | ||
- Bug | ||
- Typo | ||
- Broken links | ||
- Other | ||
default: 0 | ||
validations: | ||
required: true | ||
- type: input | ||
id: link | ||
attributes: | ||
label: Link to the issue | ||
description: Where did the problem occur? | ||
placeholder: https://example.com | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Issue description | ||
placeholder: Tell us what you see!(Also include screenshot, if applicable.) | ||
validations: | ||
required: true | ||
- type: checkboxes | ||
id: terms | ||
attributes: | ||
label: Code of Conduct | ||
description: By submitting this issue, you agree to follow our [Code of Conduct]() (WIP). | ||
options: | ||
- label: I agree to follow this project's Code of Conduct | ||
required: true |
18 changes: 0 additions & 18 deletions
18
.github/ISSUE_TEMPLATE/compatibility---accessibility-fixes.md
This file was deleted.
Oops, something went wrong.
57 changes: 57 additions & 0 deletions
57
.github/ISSUE_TEMPLATE/compatibility---accessibility-fixes.yml
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 |
---|---|---|
@@ -0,0 +1,57 @@ | ||
name: Compatibility & Accessibility Fixes | ||
description: Create a report for compatibility/accessibility features that we need to improve. | ||
title: "[A11y]: " | ||
labels: ["a11y"] | ||
projects: [] | ||
assignees: [] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to fill out this bug report! | ||
- type: dropdown | ||
id: type | ||
attributes: | ||
label: Issue type | ||
options: | ||
- Compatibility | ||
- Accessibility | ||
default: 0 | ||
validations: | ||
required: true | ||
- type: input | ||
id: link | ||
attributes: | ||
label: Link to the issue | ||
description: Where did the problem occur? | ||
placeholder: https://example.com | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Description | ||
placeholder: Tell us what you see!(Also include screenshot, if applicable.) | ||
validations: | ||
required: true | ||
- type: input | ||
id: context | ||
attributes: | ||
label: Operating Systems and Browsers | ||
placeholder: iOS 18, Safari... | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: solution | ||
attributes: | ||
label: Potential Solution | ||
validations: | ||
required: false | ||
- type: checkboxes | ||
id: terms | ||
attributes: | ||
label: Code of Conduct | ||
description: By submitting this issue, you agree to follow our [Code of Conduct]() (WIP). | ||
options: | ||
- label: I agree to follow this project's Code of Conduct | ||
required: true |
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,36 @@ | ||
name: Documentation Update | ||
description: Propose content improvements and code example requests. | ||
labels: ["documentation"] | ||
projects: [] | ||
assignees: [] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to fill out this bug report! | ||
- type: dropdown | ||
id: type | ||
attributes: | ||
label: Update Type | ||
multiple: true | ||
options: | ||
- Content | ||
- Code Example | ||
- Other | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Description | ||
placeholder: Tell us what changes you would like to see in the docs! | ||
validations: | ||
required: true | ||
- type: checkboxes | ||
id: terms | ||
attributes: | ||
label: Code of Conduct | ||
description: By submitting this issue, you agree to follow our [Code of Conduct]() (WIP). | ||
options: | ||
- label: I agree to follow this project's Code of Conduct | ||
required: true |
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,31 @@ | ||
name: Feature Request | ||
description: Propose new features or visual/function enhancements on the website itself | ||
labels: ["enhancement"] | ||
projects: [] | ||
assignees: [] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to fill out this bug report! | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Feature description | ||
placeholder: A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: solution_context | ||
attributes: | ||
label: Describe the potential solution & Additional context/use case | ||
validations: | ||
required: false | ||
- type: checkboxes | ||
id: terms | ||
attributes: | ||
label: Code of Conduct | ||
description: By submitting this issue, you agree to follow our [Code of Conduct]() (WIP). | ||
options: | ||
- label: I agree to follow this project's Code of Conduct | ||
required: true |