Skip to content

Commit

Permalink
Merge pull request #182 from alanvww/alan.issue-template-yaml
Browse files Browse the repository at this point in the history
Update issue template to use YAML
  • Loading branch information
alanvww authored Oct 8, 2024
2 parents 82a7383 + d9870ec commit 83c6b01
Show file tree
Hide file tree
Showing 8 changed files with 171 additions and 65 deletions.
16 changes: 0 additions & 16 deletions .github/ISSUE_TEMPLATE/bug---maintenance-report.md

This file was deleted.

47 changes: 47 additions & 0 deletions .github/ISSUE_TEMPLATE/bug---maintenance-report.yml
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 .github/ISSUE_TEMPLATE/compatibility---accessibility-fixes.md

This file was deleted.

57 changes: 57 additions & 0 deletions .github/ISSUE_TEMPLATE/compatibility---accessibility-fixes.yml
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
14 changes: 0 additions & 14 deletions .github/ISSUE_TEMPLATE/documentation-update.md

This file was deleted.

36 changes: 36 additions & 0 deletions .github/ISSUE_TEMPLATE/documentation-update.yml
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
17 changes: 0 additions & 17 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

31 changes: 31 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
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

0 comments on commit 83c6b01

Please sign in to comment.