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
|
||||
description: File a bug report
|
||||
labels: ["bug"]
|
||||
assignees:
|
||||
- alphapapa
|
||||
# labels: ["bug"]
|
||||
# assignees:
|
||||
# - alphapapa
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
|
|
@ -29,13 +29,13 @@ body:
|
|||
description: By what method did you run Emacs? (i.e. what command did you run?)
|
||||
validations:
|
||||
required: true
|
||||
# - type: input
|
||||
# id: emacs-frame
|
||||
# attributes:
|
||||
# label: Emacs frame type
|
||||
# description: Did the problem happen on a GUI or tty Emacs frame?
|
||||
# validations:
|
||||
# required: true
|
||||
- type: textarea
|
||||
id: org-provenance
|
||||
attributes:
|
||||
label: Org version and provenance
|
||||
description: What version of Org are you using, where did you acquire it, and how did you install it?
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
id: package-provenance
|
||||
attributes:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue