From f1e919cd1e1debc8fb55090dce58130b7faaf46b Mon Sep 17 00:00:00 2001 From: Carl Christian Snethlage Date: Wed, 11 Aug 2021 23:31:09 +0200 Subject: [PATCH 1/2] Change to new yaml issue template --- .github/ISSUE_TEMPLATE/bug_report.md | 43 --------------- .github/ISSUE_TEMPLATE/bug_report.yml | 79 +++++++++++++++++++++++++++ 2 files changed, 79 insertions(+), 43 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/bug_report.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index 9088ea73f88..00000000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,43 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve -title: '' -labels: '' -assignees: '' - ---- - - - -JabRef version on - - -- [ ] **Mandatory**: I have tested the latest development version from http://builds.jabref.org/main and the problem persists - - - -Steps to reproduce the behavior: -1. ... -2. ... -3. ... - - - -
- Log File - - ``` - Paste an excerpt of your log file here - ``` -
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 00000000000..31a1ac5b5b3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -0,0 +1,79 @@ +name: "Bug report" +description: Create a report to help us improve +body: + - type: markdown + attributes: + value: + "Please use the GitHub issue tracker only for bug reports. + Feature requests, questions and general feedback is now handled at http://discourse.jabref.org. + Please make sure you looked into our [list of existing issues](https://github.com/jabref/JabRef/issues) before creating a new issue to avoid duplicates!" + + - type: dropdown + attributes: + label: JabRef Version + options: + - "5.3 (latest release)" + - "3.8.2" + - Latest development branch build (please note build date below) + - Other (please describe below) + description: The version as shown in the about dialog. + validations: + required: true + + - type: dropdown + attributes: + label: Operating system + description: Which operating system are you using? Please describe below in the description field. + multiple: false + options: + - Windows + - GNU / Linux + - mac OS + - Other (please describe below) + validations: + required: true + + - type: input + attributes: + label: Details on version and operating system + description: OS Version, distribution, desktop environment, older JabRef version etc. + placeholder: Ubuntu 21.04 with Plasma 5.22 / Windows 10 21H1 / Mac OS 10.14 + validations: + required: false + + - type: checkboxes + attributes: + label: Using the latest development build + description: | + Please always test if the bug is still reproducible in the latest development version. We are constantly improving JabRef and some bugs may already be fixed. If you already use a development version, ensure that you use the latest one. + You can download the latest development build at: https://builds.jabref.org/main/ . **Please make a backup of your library before you try out this version.** + options: + - label: I made a backup of my libraries before testing the latest development version. + required: true + - label: I have tested the latest development version and the problem persists + required: true + + - type: textarea + attributes: + label: Steps to reproduce the behaviour + description: A clear and concise description of what the bug is and how to make it occur. + value: | + 1. ... + 2. ... + 3. ... + validations: + required: true + + - type: textarea + attributes: + label: Appendix + description: "If applicable: An excerpt of the bibliography file, a screenshot, an excerpt of log (available in the error console) etc." + value: | +
+ Log File + ``` + Paste an excerpt of your log file here + ``` +
+ validations: + required: false From c78463e486565d2222b81de81f50a9cbaecacdee Mon Sep 17 00:00:00 2001 From: Carl Christian Snethlage <50491877+calixtus@users.noreply.github.com> Date: Sun, 15 Aug 2021 23:04:59 +0200 Subject: [PATCH 2/2] Update bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 31a1ac5b5b3..869f73dd3a4 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -10,7 +10,7 @@ body: - type: dropdown attributes: - label: JabRef Version + label: JabRef version options: - "5.3 (latest release)" - "3.8.2" @@ -23,7 +23,6 @@ body: - type: dropdown attributes: label: Operating system - description: Which operating system are you using? Please describe below in the description field. multiple: false options: - Windows @@ -43,7 +42,7 @@ body: - type: checkboxes attributes: - label: Using the latest development build + label: Checked with the latest development build description: | Please always test if the bug is still reproducible in the latest development version. We are constantly improving JabRef and some bugs may already be fixed. If you already use a development version, ensure that you use the latest one. You can download the latest development build at: https://builds.jabref.org/main/ . **Please make a backup of your library before you try out this version.** @@ -69,6 +68,7 @@ body: label: Appendix description: "If applicable: An excerpt of the bibliography file, a screenshot, an excerpt of log (available in the error console) etc." value: | + ...
Log File ```