Fix bug_report & feature_request issue forms
This commit is contained in:
parent
108f9877fe
commit
79df2f875a
2 changed files with 11 additions and 11 deletions
4
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
4
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
@ -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
|
||||||
|
attributes:
|
||||||
label: Before you proceed...
|
label: Before you proceed...
|
||||||
description: |
|
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.
|
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:
|
These guidelines will help you rule out these possibilities:
|
||||||
attributes:
|
|
||||||
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.
|
||||||
|
|
2
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
2
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
|
@ -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
|
||||||
|
attributes:
|
||||||
label: Before you proceed...
|
label: Before you proceed...
|
||||||
description: |
|
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.
|
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:
|
These guidelines will help you rule out these possibilities:
|
||||||
attributes:
|
|
||||||
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue