Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace checkboxes with drop down in issue form #443

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 7 additions & 18 deletions .github/ISSUE_TEMPLATE/bug_shownotes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,32 +16,21 @@ body:
label: URL
description: URL where this was found
placeholder: https://jupiterbroadcasting.com/
- type: checkboxes
- type: dropdown
id: issues
attributes:
label: Type(s) of Problems
description: Which of these problems did you encounter?
multiple: true
options:
- label: Typo
required: false
- label: Broken Link
required: false
- label: Sponsor
required: false
- label: Other
required: false
- Typo
- Broken Link
- Sponsor
- Other
- type: textarea
id: summary
attributes:
label: Summary
placeholder: |
For dead links: If you find a working link please add it in! This can help us get the link updated faster.
For typos, feel free to include the correction and a screenshot.
- type: checkboxes
attributes:
label: Contributing
description: Please read our [Contributing Guidelines](https://github.com/JupiterBroadcasting/jupiterbroadcasting.com/blob/main/CONTRIBUTING.md) before submitting an issue.
options:
- label: I have read through the [Contributing Guidelines](https://github.com/JupiterBroadcasting/jupiterbroadcasting.com/blob/main/CONTRIBUTING.md)
required: true
# - label: I have read and accept the [Code of Conduct](https://docs.github.com/articles/github-community-guidelines)
# required: true
9 changes: 0 additions & 9 deletions .github/ISSUE_TEMPLATE/bug_website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,3 @@ body:
description: Describe the bug you encountered.
validations:
required: true
- type: checkboxes
attributes:
label: Contributing
description: Please read our [Contributing Guidelines](https://github.com/JupiterBroadcasting/jupiterbroadcasting.com/blob/main/CONTRIBUTING.md) before submitting an issue.
options:
- label: I have read through the [Contributing Guidelines](https://github.com/JupiterBroadcasting/jupiterbroadcasting.com/blob/main/CONTRIBUTING.md)
required: true
# - label: I have read and accept the [Code of Conduct](https://docs.github.com/articles/github-community-guidelines)
# required: true
9 changes: 0 additions & 9 deletions .github/ISSUE_TEMPLATE/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,3 @@ body:
description: Describe the issue you encountered. Feel free to throw in screenshots and/or screencasts if helpful (they always are!)
validations:
required: true
- type: checkboxes
attributes:
label: Contributing
description: Please read our [Contributing Guidelines](https://github.com/JupiterBroadcasting/jupiterbroadcasting.com/blob/main/CONTRIBUTING.md) before submitting an issue.
options:
- label: I have read through the [Contributing Guidelines](https://github.com/JupiterBroadcasting/jupiterbroadcasting.com/blob/main/CONTRIBUTING.md)
required: true
# - label: I have read and accept the [Code of Conduct](https://docs.github.com/articles/github-community-guidelines)
# required: true
9 changes: 0 additions & 9 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,3 @@ body:
label: Reference to Feature
description: Have you seen this feature somewhere else?
placeholder: Please include links to references if you have them.
- type: checkboxes
attributes:
label: Contributing
description: Please read our [Contributing Guidelines](https://github.com/JupiterBroadcasting/jupiterbroadcasting.com/blob/main/CONTRIBUTING.md) before submitting an issue.
options:
- label: I have read through the [Contributing Guidelines](https://github.com/JupiterBroadcasting/jupiterbroadcasting.com/blob/main/CONTRIBUTING.md)
required: true
# - label: I have read and accept the [Code of Conduct](https://docs.github.com/articles/github-community-guidelines)
# required: true