From f2b397ba52dcc443eb3feaf64bbbb26ad0927813 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sat, 8 May 2021 01:12:13 -0400 Subject: [PATCH] Fix bug_report issue form --- .github/ISSUE_TEMPLATE/bug_report.yml | 35 ++++++++++++++------------- 1 file changed, 18 insertions(+), 17 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index bcd15d047..a0e3a6e89 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -3,27 +3,28 @@ name: 📝 Report a bug, error, or misbehavior labels: ["1. bug", "2. status:unread"] body: - type: markdown - value: | - **Thank you for reporting an issue to our issue tracker!** + attributes: + value: | + **Thank you for reporting an issue to our issue tracker!** - > **Tip:** If you are seeking support or usage advice, head over [our Discord](https://doomemacs.org/discord) or [our Discourse](https://discourse.doomemacs.org) instead. + > **Tip:** If you are seeking support or usage advice, head over [our Discord](https://doomemacs.org/discord) or [our Discourse](https://discourse.doomemacs.org) instead. - Before you fill out the form, please consult our available resources and collect as much information about your issue as possible: + Before you fill out the form, please consult our available resources and collect as much information about your issue as possible: - type: checkboxes attributes: - options: - # - label: I have read the [contributing guide](https://discourse.doomemacs.org/how2contribute). - # required: true - - label: I have searched [the FAQ](https://doomemacs.org/docs/faq.org) and [the documentation](https://doomemacs.org/docs/getting_started.org) for solutions. - required: true - - label: I have searched [the issue tracker](https://github.com/hlissner/doom-emacs/issues) for similar issues (the closed issues too). - required: true - - label: I can reproduce my issue on [the latest commit](https://github.com/hlissner/doom-emacs/commit) of Doom Emacs. - required: true - # - label: I have searched [the Discourse](https://discourse.doomemacs.org/docs) for solutions. - # required: true - # - label: I have read [How to Debug Issues](https://discourse.doomemacs.org/how2debug) and found no solution. - # required: true + options: + # - label: I have read the [contributing guide](https://discourse.doomemacs.org/how2contribute). + # required: true + - label: I have searched [the FAQ](https://doomemacs.org/docs/faq.org) and [the documentation](https://doomemacs.org/docs/getting_started.org) for solutions. + required: true + - label: I have searched [the issue tracker](https://github.com/hlissner/doom-emacs/issues) for similar issues (the closed issues too). + required: true + - label: I can reproduce my issue on [the latest commit](https://github.com/hlissner/doom-emacs/commit) of Doom Emacs. + required: true + # - label: I have searched [the Discourse](https://discourse.doomemacs.org/docs) for solutions. + # required: true + # - label: I have read [How to Debug Issues](https://discourse.doomemacs.org/how2debug) and found no solution. + # required: true - type: textarea attributes: label: What did you expect to happen?