From 95cd6cb50cc1498a3512818c50f9990be0d01421 Mon Sep 17 00:00:00 2001 From: Tyrrrz Date: Thu, 24 Jun 2021 20:46:42 +0300 Subject: [PATCH] Further cleanup issue forms --- .github/ISSUE_TEMPLATE/bug-report.yml | 12 +++++++----- .github/ISSUE_TEMPLATE/feature-request.yml | 6 +++--- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 0eaf4ac0..db3d8a3c 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -17,14 +17,15 @@ body: - type: input attributes: label: Version - description: "Which version of DiscordChatExporter does this bug affect?" + description: Which version of DiscordChatExporter does this bug affect? + placeholder: ver X.Y.Z validations: required: true - type: dropdown attributes: label: Flavor - description: "Does this bug affect the GUI version, the CLI version, or both?" + description: Does this bug affect the GUI version, the CLI version, or both? multiple: true options: - GUI (Graphical User Interface) @@ -35,7 +36,7 @@ body: - type: dropdown attributes: label: Export format - description: "Does this bug affect specific export format(s)? If not applicable, leave this field blank." + description: Does this bug affect specific export format(s)? If not applicable, leave this field blank. multiple: true options: - HTML @@ -46,14 +47,15 @@ body: - type: textarea attributes: label: Details - description: "Clear and thorough explanation of the bug." + description: Clear and thorough explanation of the bug. + placeholder: I was doing X expecting Y to happen, but Z happened instead. validations: required: true - type: textarea attributes: label: Steps to reproduce - description: "Minimum steps required to reproduce the bug." + description: Minimum steps required to reproduce the bug. placeholder: | - Step 1 - Step 2 diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index d4cf3418..057e5da9 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -17,7 +17,7 @@ body: - type: dropdown attributes: label: Flavor - description: "Is this feature request related to specific flavor(s) of DiscordChatExporter? If not applicable, leave this field blank." + description: Is this feature request related to specific flavor(s) of DiscordChatExporter? If not applicable, leave this field blank. multiple: true options: - GUI (Graphical User Interface) @@ -26,7 +26,7 @@ body: - type: dropdown attributes: label: Export format - description: "Is this feature request related to specific export format(s)? If not applicable, leave this field blank." + description: Is this feature request related to specific export format(s)? If not applicable, leave this field blank. multiple: true options: - HTML @@ -37,6 +37,6 @@ body: - type: textarea attributes: label: Details - description: "Clear and thorough explanation of the feature you have in mind." + description: Clear and thorough explanation of the feature you have in mind. validations: required: true \ No newline at end of file