Skip to content
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
11 changes: 5 additions & 6 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ labels: "bug"
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
value: Thanks for taking the time to fill out this bug report!
validations:
required: false

Expand All @@ -23,7 +22,6 @@ body:
label: What happened?
description: Tell us what happened.
placeholder: Tell us what you see!
value: "A bug happened!"
validations:
required: true

Expand All @@ -32,7 +30,7 @@ body:
attributes:
label: What did you expect?
description: What did you expect to happen?
placeholder: I expected ...
placeholder: I expected...
validations:
required: true

Expand All @@ -42,12 +40,13 @@ body:
label: Version
description: What version of SnapX are you running?
options:
- `develop` branch
- 0.1.0 Dev
- 0.2.0 Dev
- 0.2.1 Dev
- 0.3.0 Dev
- 0.4.0 Dev
default: 4
default: 0
validations:
required: true

Expand All @@ -73,5 +72,5 @@ body:
label: Code of Conduct
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/BrycensRanch/SnapX/tree/develop/.github/CODE_OF_CONDUCT.md).
options:
- label: I agree to follow this project's [Code of Conduct](https://github.com/BrycensRanch/SnapX/tree/develop/.github/CODE_OF_CONDUCT.md)
- label: I agree to follow this project's [Code of Conduct](https://github.com/BrycensRanch/SnapX/tree/develop/.github/CODE_OF_CONDUCT.md).
required: true
5 changes: 2 additions & 3 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ labels: "enhancement"
body:
- type: markdown
attributes:
value: |
Thanks for making SnapX better for everyone!
value: Thanks for making SnapX better for everyone!
validations:
required: false
- type: checkboxes
Expand Down Expand Up @@ -37,5 +36,5 @@ body:
label: Code of Conduct
description: By submitting this issue, you agree to follow our [Code of Conduct](../CODE_OF_CONDUCT.md).
options:
- label: I agree to follow this project's [Code of Conduct](../CODE_OF_CONDUCT.md)
- label: I agree to follow this project's [Code of Conduct](../CODE_OF_CONDUCT.md).
required: true
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ Include related issues, discussions, RFCs, or historical pull requests that prov
-->

<!--
- Fixes: #
- Supersedes: #
- Related to: #
- Fixes #
- Supersedes #
- Related to #
-->


Expand Down