Meta: (bug_report.yml) Add Org version, remove labels and assignee
This commit is contained in:
parent
77b4c2bce2
commit
4ef9d9efed
1 changed files with 10 additions and 10 deletions
20
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
20
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
|
@ -1,8 +1,8 @@
|
||||||
name: Bug Report
|
name: Bug Report
|
||||||
description: File a bug report
|
description: File a bug report
|
||||||
labels: ["bug"]
|
# labels: ["bug"]
|
||||||
assignees:
|
# assignees:
|
||||||
- alphapapa
|
# - alphapapa
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
|
|
@ -29,13 +29,13 @@ body:
|
||||||
description: By what method did you run Emacs? (i.e. what command did you run?)
|
description: By what method did you run Emacs? (i.e. what command did you run?)
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
# - type: input
|
- type: textarea
|
||||||
# id: emacs-frame
|
id: org-provenance
|
||||||
# attributes:
|
attributes:
|
||||||
# label: Emacs frame type
|
label: Org version and provenance
|
||||||
# description: Did the problem happen on a GUI or tty Emacs frame?
|
description: What version of Org are you using, where did you acquire it, and how did you install it?
|
||||||
# validations:
|
validations:
|
||||||
# required: true
|
required: true
|
||||||
- type: input
|
- type: input
|
||||||
id: package-provenance
|
id: package-provenance
|
||||||
attributes:
|
attributes:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue