summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLibravatar Richard <richardsoncusto@gmail.com>2022-05-10 09:50:17 -0300
committerLibravatar Richard <richardsoncusto@gmail.com>2022-05-10 09:50:17 -0300
commitb440df9afbb2b63717e84d209a0995ada0e72e6d (patch)
tree80b0a55ff3834647a6527d8856632e79d8352789 /.github
parent27fdc707562d4e229f07ed9496ed5d64f4e108bc (diff)
parentd4ed8afa1ed15486144dc7afee52c09e044a92e0 (diff)
downloadiced-b440df9afbb2b63717e84d209a0995ada0e72e6d.tar.gz
iced-b440df9afbb2b63717e84d209a0995ada0e72e6d.tar.bz2
iced-b440df9afbb2b63717e84d209a0995ada0e72e6d.zip
Merge branch 'master' into dev/system-information
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