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

Add missing versions to issue template #1340

Merged
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
10 changes: 8 additions & 2 deletions .github/ISSUE_TEMPLATE/BUG-REPORT.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,16 @@ body:
id: version
attributes:
label: Version
description: What version of iced are you using?
description: |
We only offer support for the `0.4` release on crates.io and the `master`
branch on this repository. Which version are you using? Please make sure
you are using the latest patch available (e.g. run `cargo update`).
If you are using an older release, please upgrade to `0.4` before filing
an issue.
options:
- master
- 0.3.0
- 0.4
validations:
required: true
- type: dropdown
Expand Down