From 79df2f875a623e4d0d9358c37d9d09dcb9ae9992 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Tue, 25 May 2021 22:30:59 -0400 Subject: [PATCH] Fix bug_report & feature_request issue forms --- .github/ISSUE_TEMPLATE/bug_report.yml | 12 ++++++------ .github/ISSUE_TEMPLATE/feature_request.yml | 10 +++++----- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 2bfac70c8ba..45bfad4c121 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -9,19 +9,19 @@ body: value: | > :warning: Our issue tracker is not for how-to or configuration questions. Please post those on [our Discord](https://doomemacs.org/discord) or [Discourse](https://discourse.doomemacs.org) instead. - type: checkboxes - label: Before you proceed... - description: | - We depend on you to ensure your issue hasn't already been addressed, isn't covered by documentation, and isn't caused by personal configuration. - - These guidelines will help you rule out these possibilities: attributes: + label: Before you proceed... + description: | + We depend on you to ensure your issue hasn't already been addressed, isn't covered by documentation, and isn't caused by personal configuration. + + These guidelines will help you rule out these possibilities: options: - 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 have searched [the Discourse](https://doomemacs.org/d/docs) for any errors and solutions. - required: true. + 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 read [How to Debug Issues](https://doomemacs.org/d/how2debug) and found no solution. diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 180438528c7..4d6c3639214 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -5,12 +5,12 @@ title: "{{{ Briefly summarize your request here }}}" labels: ["1. request", "needs-triage"] body: - type: checkboxes - label: Before you proceed... - description: | - We depend on you to ensure your issue hasn't already been addressed elsewhere, isn't resolvable by reading existing documentation, and isn't caused by personal configuration. - - These guidelines will help you rule out these possibilities: attributes: + label: Before you proceed... + description: | + We depend on you to ensure your issue hasn't already been addressed elsewhere, isn't resolvable by reading existing documentation, and isn't caused by personal configuration. + + These guidelines will help you rule out these possibilities: options: - label: I have read the [contributing guidelines](https://discourse.doomemacs.org/how2contribute). required: true