summaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE/BUG-REPORT.yml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.github/ISSUE_TEMPLATE/BUG-REPORT.yml7
1 files changed, 5 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml
index 9d0eb2ed..96dcc3b6 100644
--- a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml
+++ b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml
@@ -57,10 +57,13 @@ 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