diff options
author | 2022-02-02 14:37:23 +0700 | |
---|---|---|
committer | 2022-02-02 14:37:23 +0700 | |
commit | 375ca7f5044343d861658f382bc569f90a75ba63 (patch) | |
tree | c54935ae11e1205dcffc8444377375010de18e1e /.github | |
parent | bf00b989723b07b0b0243cdff804ba4bd56995fe (diff) | |
download | iced-375ca7f5044343d861658f382bc569f90a75ba63.tar.gz iced-375ca7f5044343d861658f382bc569f90a75ba63.tar.bz2 iced-375ca7f5044343d861658f382bc569f90a75ba63.zip |
Fix duplicate `label` field in bug report template
Diffstat (limited to '.github')
-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 866b5f7a..dc1e4c09 100644 --- a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml @@ -49,7 +49,7 @@ body: - type: textarea attributes: label: What is the expected behavior? - label: what-expected + id: what-expected description: What were you expecting to happen? validations: required: true |