Revise bug report form
Minor corrections and clarification.
This commit is contained in:
parent
8f3b798620
commit
a4a64b9c6c
1 changed files with 15 additions and 7 deletions
22
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
22
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
@ -8,9 +8,10 @@ body:
|
||||||
value: |
|
value: |
|
||||||
**Thank you for reporting an issue to our issue tracker!**
|
**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 to [our Discord](https://doomemacs.org/discord) or [our Discourse](https://discourse.doomemacs.org) instead.
|
||||||
|
|
||||||
|
Before you proceed, 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:
|
||||||
|
@ -29,8 +30,6 @@ body:
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: What did you expect to happen?
|
label: What did you expect to happen?
|
||||||
description: |
|
|
||||||
_Please use [code fences](https://docs.github.com/en/github/writing-on-github/creating-and-highlighting-code-blocks) for code, log output, and backtraces._
|
|
||||||
placeholder: When I do X, it should do Y.
|
placeholder: When I do X, it should do Y.
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
@ -40,9 +39,18 @@ body:
|
||||||
description: |
|
description: |
|
||||||
Include screenshots/casts, logs, and [backtraces for errors](https://discourse.doomemacs.org/how2backtrace), if possible.
|
Include screenshots/casts, logs, and [backtraces for errors](https://discourse.doomemacs.org/how2backtrace), if possible.
|
||||||
|
|
||||||
_Please use [code fences](https://docs.github.com/en/github/writing-on-github/creating-and-highlighting-code-blocks) for code, log output, and backtraces._
|
**HINT: Remember to use [code fences](https://docs.github.com/en/github/writing-on-github/creating-and-highlighting-code-blocks) for code, log output, and backtraces.**
|
||||||
placeholder: |
|
placeholder: |
|
||||||
When I do X, Z happened! Here are the details...
|
When I do X, Z happened. Here is the backtrace:
|
||||||
|
|
||||||
|
```
|
||||||
|
Debugger entered--Lisp error: (error "Beep Boop")
|
||||||
|
error("Beep Boop")
|
||||||
|
pp-eval-expression((error "Beep Boop"))
|
||||||
|
\#<subr funcall-interactively>(pp-eval-expression (error "Beep Boop"))
|
||||||
|
apply(#<subr funcall-interactively> (pp-eval-expression (error "Beep Boop")))
|
||||||
|
funcall-interactively(pp-eval-expression (error "Beep Boop"))
|
||||||
|
```
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
|
@ -51,7 +59,7 @@ body:
|
||||||
description: |
|
description: |
|
||||||
Describe resources you consulted or code you tried to fix your problem, and their result.
|
Describe resources you consulted or code you tried to fix your problem, and their result.
|
||||||
|
|
||||||
_Please use [code fences](https://docs.github.com/en/github/writing-on-github/creating-and-highlighting-code-blocks) for code, log output, and backtraces._
|
**HINT: Remember to use [code fences](https://docs.github.com/en/github/writing-on-github/creating-and-highlighting-code-blocks) for code, log output, and backtraces.**
|
||||||
placeholder: |
|
placeholder: |
|
||||||
I tried setting X to Y, then I tried Z. Here's what else I tried...
|
I tried setting X to Y, then I tried Z. Here's what else I tried...
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue