Reformat issue forms
Using a field's description makes the important preamble too small and easy to skim over.
This commit is contained in:
parent
79df2f875a
commit
6c2ff3791a
2 changed files with 12 additions and 10 deletions
10
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
10
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
@ -8,13 +8,13 @@ body:
|
||||||
attributes:
|
attributes:
|
||||||
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.
|
||||||
|
|
||||||
|
**Before you proceed...**
|
||||||
|
|
||||||
|
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. To help us rule out these possibilities please follow these guidelines:
|
||||||
|
<br />
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
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
|
||||||
|
|
12
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
12
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
|
@ -4,13 +4,15 @@ description: Propose a new idea or feature
|
||||||
title: "{{{ Briefly summarize your request here }}}"
|
title: "{{{ Briefly summarize your request here }}}"
|
||||||
labels: ["1. request", "needs-triage"]
|
labels: ["1. request", "needs-triage"]
|
||||||
body:
|
body:
|
||||||
|
- type: markdown
|
||||||
|
attributes:
|
||||||
|
value: |
|
||||||
|
**Before you proceed...**
|
||||||
|
|
||||||
|
To rule out the possibility that your request has already been made (or fulfilled), please follow these guidelines:
|
||||||
|
<br/>
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue