Skip to content

Commit

Permalink
Fix bug_report & feature_request issue forms
Browse files Browse the repository at this point in the history
  • Loading branch information
hlissner committed May 26, 2021
1 parent 108f987 commit 79df2f8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
10 changes: 5 additions & 5 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 79df2f8

Please sign in to comment.