Skip to content

Commit 3aa67a7

Browse files
committed
meta: Tweak bug report template
* .github/ISSUE_TEMPLATE/bug-report.yaml: Tweak bug report template.
1 parent 6e250b9 commit 3aa67a7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/ISSUE_TEMPLATE/bug-report.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -56,22 +56,22 @@ body:
5656
required: true
5757
- type: markdown
5858
attributes:
59-
value: "### Supporting data for bug (optional)"
59+
value: "### Backtrace and log"
6060
- type: markdown
6161
attributes:
62-
value: "#### Backtrace instructions"
62+
value: "#### Backtrace"
6363
- type: markdown
6464
attributes:
6565
value: |
66-
If Emacs throws an error, please generate a backtrace as follows:
66+
If an error was signaled, please generate a backtrace as follows:
6767
1. Run `M-x toggle-debug-on-error`
6868
2. Reproduce the error
6969
3. Paste the contents of the backtrace here
7070
- type: textarea
7171
id: backtrace
7272
attributes:
7373
label: Backtrace
74-
description: (If relevant) Paste the backtrace here
74+
description: Paste the backtrace here
7575
render: emacs-lisp
7676
- type: markdown
7777
attributes:

0 commit comments

Comments
 (0)