diff options
author | 2024-06-16 22:04:05 +0200 | |
---|---|---|
committer | 2024-06-16 22:04:05 +0200 | |
commit | 64426b729854ef075bfb2dc143c6519faabdd36c (patch) | |
tree | e43a9b5a52b62a310ddd0f9d3c6bbd7462860b3c /.github | |
parent | 681765110bdc862c5d5479f9d928ec7f04f90155 (diff) | |
download | iced-64426b729854ef075bfb2dc143c6519faabdd36c.tar.gz iced-64426b729854ef075bfb2dc143c6519faabdd36c.tar.bz2 iced-64426b729854ef075bfb2dc143c6519faabdd36c.zip |
Fix `BUG_REPORT` formatting
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE/BUG-REPORT.yml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml index 5053a2fa..79441958 100644 --- a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml @@ -12,13 +12,11 @@ body: description: | This issue tracker is for __BUG REPORTS ONLY__. - It's obvious, right? This is a bug report form, after all! Still, some crazy users seem to forcefully fill - out this form just to ask questions and request features. + It's obvious, right? This is a bug report form, after all! Still, some crazy users seem to forcefully fill out this form just to ask questions and request features. The core team does not appreciate that. Don't do it. - If you want to ask a question or request a feature, please [go back here](https://github.com/iced-rs/iced/issues/new/choose) - and read carefully. + If you want to ask a question or request a feature, please [go back here](https://github.com/iced-rs/iced/issues/new/choose) and read carefully. options: - label: My issue is indeed a bug! required: true |