summaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE/BUG-REPORT.yml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2022-05-10 01:18:06 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2022-05-10 01:18:06 +0200
commit42c61a5c449f7b761189e5c35c9dc8920f89e4a5 (patch)
treecf16882e5f2899ae4ed016feb6537cd3998514da /.github/ISSUE_TEMPLATE/BUG-REPORT.yml
parent82e11e04f2cf067a293c80127aaf9b60177a1126 (diff)
downloadiced-42c61a5c449f7b761189e5c35c9dc8920f89e4a5.tar.gz
iced-42c61a5c449f7b761189e5c35c9dc8920f89e4a5.tar.bz2
iced-42c61a5c449f7b761189e5c35c9dc8920f89e4a5.zip
Elaborate on supported versions in `BUG-REPORT.yml`
Diffstat (limited to '')
-rw-r--r--.github/ISSUE_TEMPLATE/BUG-REPORT.yml10
1 files changed, 8 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml
index ad60918c..0c06c405 100644
--- a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml
+++ b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml
@@ -57,10 +57,16 @@ body:
id: version
attributes:
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:
- master
- - "0.4"
+ - 0.4
validations:
required: true
- type: dropdown