diff options
author | 2022-05-10 06:31:07 +0800 | |
---|---|---|
committer | 2022-05-10 06:31:07 +0800 | |
commit | 82e11e04f2cf067a293c80127aaf9b60177a1126 (patch) | |
tree | 0a4336feeb8dd5c37c542af574c021858bd545e8 /.github/ISSUE_TEMPLATE | |
parent | af1ff677545c9354aa8ae09d40b99317a6dd9613 (diff) | |
download | iced-82e11e04f2cf067a293c80127aaf9b60177a1126.tar.gz iced-82e11e04f2cf067a293c80127aaf9b60177a1126.tar.bz2 iced-82e11e04f2cf067a293c80127aaf9b60177a1126.zip |
Add note about using the latest patch
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r-- | .github/ISSUE_TEMPLATE/BUG-REPORT.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml index 8500f2aa..ad60918c 100644 --- a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml @@ -57,7 +57,7 @@ body: id: version attributes: label: Version - description: What version of iced are you using? + description: What version of iced are you using? Please ensure it's the latest patch. options: - master - "0.4" |