From 87d5dfe53b2eb43ffec0e5fafbbaaa8c7100f4c8 Mon Sep 17 00:00:00 2001 From: Paul Friederichsen Date: Sat, 24 Jul 2021 14:12:38 -0500 Subject: [PATCH] Update the bug report issue template Mostly some grammar and content changes. Removes the preset title, adds instructions to the version field, changes from "older" to "other" in OS options for when new versions come out and we haven't updated the template or people are running betas. --- .github/ISSUE_TEMPLATE/bug_report.yaml | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index dff23ec0..9fb61d61 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -1,6 +1,5 @@ name: Bug report description: File a bug report -title: "[Bug]: " labels: [bug] body: @@ -14,7 +13,7 @@ body: id: hydrus_version attributes: label: Hydrus version - description: Your version of Hydrus. Kindly update to the latest version before filing a report. + description: You can find this in the about page from the "help" menu. Kindly update to the latest version before filing a report. placeholder: v447 or just 447 are both acceptable. validations: required: true @@ -27,12 +26,12 @@ body: options: - Windows 10 - Windows 11 - - Windows, older. (Specify in comments) - - MacOS 11 "Big Sur" x86 - - MacOS 11 "Big Sur" ARM - - MacOS 10.15 "Catalina" - - MacOS, older (Specify in comments) - - Linux (Specify distro and version in comments) + - Windows other (specify in comments) + - macOS 11 "Big Sur" (Apple silicon) + - macOS 11 "Big Sur" (Intel) + - macOS 10.15 "Catalina" + - macOS other (specify in comments) + - Linux (specify distro and version in comments) - Other (aka none of the above, specify in the comments) validations: required: true @@ -73,5 +72,5 @@ body: id: logs attributes: label: Log output - description: Either copypaste relevant log sections here or upload the file in the bug description above. - render: shell \ No newline at end of file + description: Either copy and paste relevant log sections here or upload the file in the bug description above. + render: text