Skip to content
Merged
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
15 changes: 8 additions & 7 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +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! If you need real-time help, join us on [Discord](https://discord.gg/ys3ZCzttVQ).
Comment thread
ok-coder1 marked this conversation as resolved.
validations:
required: false

Expand Down Expand Up @@ -40,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
- 0.4.0
- 0.3.0
- 0.2.1
- 0.2.0
- 0.1.0
- Nightly
- Building from Source
default: 0
validations:
required: true
Expand Down