Fix bug_report & feature_request issue forms

This commit is contained in:
Henrik Lissner 2021-05-25 22:30:59 -04:00
parent 108f9877fe
commit 79df2f875a
2 changed files with 11 additions and 11 deletions

View file

@ -9,19 +9,19 @@ body:
value: | 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. > :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 - 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: 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: 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. - 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 required: true
- label: I have searched [the issue tracker](https://github.com/hlissner/doom-emacs/issues) for similar issues (the closed issues too). - label: I have searched [the issue tracker](https://github.com/hlissner/doom-emacs/issues) for similar issues (the closed issues too).
required: true required: true
- label: I have searched [the Discourse](https://doomemacs.org/d/docs) for any errors and solutions. - 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. - label: I can reproduce my issue on [the latest commit](https://github.com/hlissner/doom-emacs/commit) of Doom Emacs.
required: true required: true
- label: I have read [How to Debug Issues](https://doomemacs.org/d/how2debug) and found no solution. - label: I have read [How to Debug Issues](https://doomemacs.org/d/how2debug) and found no solution.

View file

@ -5,12 +5,12 @@ title: "{{{ Briefly summarize your request here }}}"
labels: ["1. request", "needs-triage"] labels: ["1. request", "needs-triage"]
body: body:
- type: checkboxes - 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: 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: options:
- label: I have read the [contributing guidelines](https://discourse.doomemacs.org/how2contribute). - label: I have read the [contributing guidelines](https://discourse.doomemacs.org/how2contribute).
required: true required: true