Fix bug_report issue form
This commit is contained in:
parent
9cc7e3ac7d
commit
f2b397ba52
1 changed files with 18 additions and 17 deletions
35
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
35
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
@ -3,27 +3,28 @@ name: 📝 Report a bug, error, or misbehavior
|
||||||
labels: ["1. bug", "2. status:unread"]
|
labels: ["1. bug", "2. status:unread"]
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
value: |
|
attributes:
|
||||||
**Thank you for reporting an issue to our issue tracker!**
|
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
|
- type: checkboxes
|
||||||
attributes:
|
attributes:
|
||||||
options:
|
options:
|
||||||
# - label: I have read the [contributing guide](https://discourse.doomemacs.org/how2contribute).
|
# - label: I have read the [contributing guide](https://discourse.doomemacs.org/how2contribute).
|
||||||
# required: true
|
# 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.
|
- 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 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 searched [the Discourse](https://discourse.doomemacs.org/docs) for solutions.
|
# - label: I have searched [the Discourse](https://discourse.doomemacs.org/docs) for solutions.
|
||||||
# required: true
|
# required: true
|
||||||
# - label: I have read [How to Debug Issues](https://discourse.doomemacs.org/how2debug) and found no solution.
|
# - label: I have read [How to Debug Issues](https://discourse.doomemacs.org/how2debug) and found no solution.
|
||||||
# required: true
|
# required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: What did you expect to happen?
|
label: What did you expect to happen?
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue