Skip to content

Commit

Permalink
Reformat issue forms
Browse files Browse the repository at this point in the history
Using a field's description makes the important preamble too small and
easy to skim over.
  • Loading branch information
hlissner committed May 26, 2021
1 parent 79df2f8 commit 6c2ff37
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
10 changes: 5 additions & 5 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ body:
attributes:
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.
**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
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
Expand Down
12 changes: 7 additions & 5 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@ description: Propose a new idea or feature
title: "{{{ Briefly summarize your request here }}}"
labels: ["1. request", "needs-triage"]
body:
- type: checkboxes
- type: markdown
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.
value: |
**Before you proceed...**
These guidelines will help you rule out these possibilities:
To rule out the possibility that your request has already been made (or fulfilled), please follow these guidelines:
<br/>
- type: checkboxes
attributes:
options:
- label: I have read the [contributing guidelines](https://discourse.doomemacs.org/how2contribute).
required: true
Expand Down

0 comments on commit 6c2ff37

Please sign in to comment.