Merge pull request #1340 from mtkennerly/bugfix/missing-versions-in-dropdown

Add missing versions to issue template
This commit is contained in:
Héctor Ramón 2022-05-10 01:19:22 +02:00 committed by GitHub
commit d087de5dc0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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