Elaborate on supported versions in BUG-REPORT.yml
This commit is contained in:
parent
82e11e04f2
commit
42c61a5c44
1 changed files with 8 additions and 2 deletions
10
.github/ISSUE_TEMPLATE/BUG-REPORT.yml
vendored
10
.github/ISSUE_TEMPLATE/BUG-REPORT.yml
vendored
|
|
@ -57,10 +57,16 @@ body:
|
||||||
id: version
|
id: version
|
||||||
attributes:
|
attributes:
|
||||||
label: Version
|
label: Version
|
||||||
description: What version of iced are you using? Please ensure it's the latest patch.
|
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:
|
options:
|
||||||
- master
|
- master
|
||||||
- "0.4"
|
- 0.4
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue