From 64426b729854ef075bfb2dc143c6519faabdd36c Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Sun, 16 Jun 2024 22:04:05 +0200 Subject: Fix `BUG_REPORT` formatting --- .github/ISSUE_TEMPLATE/BUG-REPORT.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to '.github') 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 -- cgit