Skip to content

Commit 9da7b8e

Browse files
committed
Meta: Add bug report template
1 parent a3aad83 commit 9da7b8e

File tree

2 files changed

+72
-0
lines changed

2 files changed

+72
-0
lines changed
Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
name: Bug Report
2+
description: File a bug report
3+
labels: ["bug"]
4+
assignees:
5+
- alphapapa
6+
body:
7+
- type: markdown
8+
attributes:
9+
value: |
10+
Thanks for taking the time to fill out this bug report!
11+
- type: input
12+
id: os-platform
13+
attributes:
14+
label: OS/platform
15+
description: What operating system or platform are you running Emacs on?
16+
validations:
17+
required: true
18+
- type: textarea
19+
id: emacs-provenance
20+
attributes:
21+
label: Emacs version and provenance
22+
description: What version of Emacs are you using, where did you acquire it, and how did you install it?
23+
validations:
24+
required: true
25+
- type: input
26+
id: emacs-command
27+
attributes:
28+
label: Emacs command
29+
description: By what method did you run Emacs? (i.e. what command did you run?)
30+
validations:
31+
required: true
32+
- type: input
33+
id: emacs-frame
34+
attributes:
35+
label: Emacs frame type
36+
description: Did the problem happen on a GUI or tty Emacs frame?
37+
validations:
38+
required: true
39+
- type: textarea
40+
id: actions
41+
attributes:
42+
label: Actions taken
43+
description: What actions did you take, step-by-step, in order, before the problem was noticed?
44+
validations:
45+
required: true
46+
- type: textarea
47+
id: results
48+
attributes:
49+
label: Results
50+
description: What behavior did you observe that seemed wrong?
51+
validations:
52+
required: true
53+
- type: textarea
54+
id: expected
55+
attributes:
56+
label: Expected results
57+
description: What behavior did you expect to observe?
58+
validations:
59+
required: true
60+
- type: textarea
61+
id: backtrace
62+
attributes:
63+
label: Backtrace
64+
description: If an error was signaled, please use `M-x toggle-debug-on-error RET` and cause the error to happen again, then paste the contents of the `*Backtrace*` buffer here.
65+
render: elisp
66+
- type: textarea
67+
id: etc
68+
attributes:
69+
label: Etc.
70+
description: Any other information that seems relevant
71+

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blank_issues_enabled: true

0 commit comments

Comments
 (0)