From 4ef9d9efed61e928850250d0365a9f840a41d1b8 Mon Sep 17 00:00:00 2001 From: Adam Porter Date: Tue, 19 Dec 2023 03:25:37 -0600 Subject: [PATCH] Meta: (bug_report.yml) Add Org version, remove labels and assignee --- .github/ISSUE_TEMPLATE/bug_report.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 87794a3..7e1b0c9 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -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: