From ec7f6a213afacf5d194dfca6211b35df36bc045c Mon Sep 17 00:00:00 2001 From: Midori <50433979+natsuk4ze@users.noreply.github.com> Date: Wed, 16 Aug 2023 18:08:20 +0900 Subject: [PATCH] Update issue templates (#92) --- .github/ISSUE_TEMPLATE/bug.yml | 44 +++++++++++------------------- .github/ISSUE_TEMPLATE/feature.yml | 2 +- 2 files changed, 17 insertions(+), 29 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 6eea7e19..9b96284c 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -14,14 +14,12 @@ body: - type: textarea attributes: label: Overview - description: Please clarify what kind of bug it is. - validations: - required: true - - type: textarea - attributes: - label: Steps to reproduce - description: Please tell us exactly how to reproduce the problem you are running into. + description: | + Please clarify what kind of bug it is, and show us steps to reproduce placeholder: | + Description of the bug: + + Steps to reproduce: 1. ... 2. ... 3. ... @@ -41,21 +39,6 @@ body: validations: required: true - - type: textarea - attributes: - label: Logs - description: Please show the error log. - value: | -
Logs - - ```console - [Paste your logs here] - ``` - -
- validations: - required: true - - type: textarea attributes: label: Environment @@ -64,16 +47,21 @@ body: - Device: [e.g. iPhone14 emulator] - OS: [e.g. iOS16] - gal Version: [e.g. 1.8.0] + - File filed to save: [Please upload here if you can] validations: required: true + - type: textarea attributes: - label: File you want to save - description: Please upload the file if you can. + label: Logs + description: Please show the error log. value: | -
- Screenshots / Video demonstration +
Logs - [Upload media here] + ```console + [Paste your logs here] + ``` -
\ No newline at end of file +
+ validations: + required: false \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml index 8454dde0..0b60bd21 100644 --- a/.github/ISSUE_TEMPLATE/feature.yml +++ b/.github/ISSUE_TEMPLATE/feature.yml @@ -1,4 +1,4 @@ -name: Feature requests +name: Feature request description: Suggest a new idea for gal. labels: "✨ feature, \U0001F4A1 idia, \U0001F440 in triage" assignees: natsuk4ze