From 8502087a39becb97df60d4c1d895bb08986c77fa Mon Sep 17 00:00:00 2001 From: Q <170919602+202420505@users.noreply.github.com> Date: Thu, 6 Feb 2025 11:27:02 +0900 Subject: [PATCH 1/7] Create BUG.yaml --- .github/ISSUE_TEMPLATE/BUG.yaml | 64 +++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/BUG.yaml diff --git a/.github/ISSUE_TEMPLATE/BUG.yaml b/.github/ISSUE_TEMPLATE/BUG.yaml new file mode 100644 index 0000000..c12c290 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/BUG.yaml @@ -0,0 +1,64 @@ +name: Bug Report +description: File a bug report. +title: "[Bug]: " +labels: ["bug"] +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to fill out this bug report! + - type: input + id: contact + attributes: + label: Contact Details + description: How can we get in touch with you if we need more info? + placeholder: ex. email@example.com + validations: + required: false + - type: textarea + id: what-happened + attributes: + label: What happened? + description: Also tell us, what did you expect to happen? + placeholder: Tell us what you see! + value: "A bug happened!" + validations: + required: true + - type: dropdown + id: version + attributes: + label: Version + description: What version of our software are you running? + options: + - 2.9.5 + - 2.9.4 + - 2.9.3 + - 2.9.2 + - 2.9.1 + default: 0 + validations: + required: true + - type: dropdown + id: device_info + attributes: + label: What device are you seeing the problem on? + multiple: true + options: + - Samsung + - Google Pixel + - Xiaomi (HyperOS) + - RedMagic + - type: textarea + id: logs + attributes: + label: Relevant log output + description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks. + render: shell + - type: checkboxes + id: terms + attributes: + label: Code of Conduct + description: By submitting this issue, you agree to follow our [Code of Conduct](https://example.com). + options: + - label: I agree to follow this project's Code of Conduct + required: true From 57279fcc9a351cbd8088632323ef5ebffae685d7 Mon Sep 17 00:00:00 2001 From: Q <170919602+202420505@users.noreply.github.com> Date: Thu, 6 Feb 2025 11:28:55 +0900 Subject: [PATCH 2/7] Update BUG.yaml --- .github/ISSUE_TEMPLATE/BUG.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/BUG.yaml b/.github/ISSUE_TEMPLATE/BUG.yaml index c12c290..0e69b51 100644 --- a/.github/ISSUE_TEMPLATE/BUG.yaml +++ b/.github/ISSUE_TEMPLATE/BUG.yaml @@ -1,6 +1,6 @@ name: Bug Report -description: File a bug report. -title: "[Bug]: " +description: bug report. +title: "[bug]: " labels: ["bug"] body: - type: markdown From 9db4d3218a0a269ecea5290f9ed12313c8638956 Mon Sep 17 00:00:00 2001 From: Q <170919602+202420505@users.noreply.github.com> Date: Thu, 6 Feb 2025 11:30:30 +0900 Subject: [PATCH 3/7] Update and rename BUG.yaml to bug.yaml --- .github/ISSUE_TEMPLATE/{BUG.yaml => bug.yaml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .github/ISSUE_TEMPLATE/{BUG.yaml => bug.yaml} (98%) diff --git a/.github/ISSUE_TEMPLATE/BUG.yaml b/.github/ISSUE_TEMPLATE/bug.yaml similarity index 98% rename from .github/ISSUE_TEMPLATE/BUG.yaml rename to .github/ISSUE_TEMPLATE/bug.yaml index 0e69b51..b3fe479 100644 --- a/.github/ISSUE_TEMPLATE/BUG.yaml +++ b/.github/ISSUE_TEMPLATE/bug.yaml @@ -1,6 +1,6 @@ name: Bug Report description: bug report. -title: "[bug]: " +title: "🐛 [bug]: " labels: ["bug"] body: - type: markdown From aa646009fad201463b462c26446079d0b09ed133 Mon Sep 17 00:00:00 2001 From: Q <170919602+202420505@users.noreply.github.com> Date: Thu, 6 Feb 2025 11:38:01 +0900 Subject: [PATCH 4/7] Update bug.yaml --- .github/ISSUE_TEMPLATE/bug.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug.yaml b/.github/ISSUE_TEMPLATE/bug.yaml index b3fe479..fdbac3f 100644 --- a/.github/ISSUE_TEMPLATE/bug.yaml +++ b/.github/ISSUE_TEMPLATE/bug.yaml @@ -48,6 +48,9 @@ body: - Google Pixel - Xiaomi (HyperOS) - RedMagic + validations: + required: true + - type: textarea id: logs attributes: From 1cdaceabe17e77036fb8f8081261b3af745b9e0e Mon Sep 17 00:00:00 2001 From: Q <170919602+202420505@users.noreply.github.com> Date: Thu, 6 Feb 2025 11:40:31 +0900 Subject: [PATCH 5/7] Update bug.yaml --- .github/ISSUE_TEMPLATE/bug.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yaml b/.github/ISSUE_TEMPLATE/bug.yaml index fdbac3f..6d4495b 100644 --- a/.github/ISSUE_TEMPLATE/bug.yaml +++ b/.github/ISSUE_TEMPLATE/bug.yaml @@ -60,8 +60,8 @@ body: - type: checkboxes id: terms attributes: - label: Code of Conduct - description: By submitting this issue, you agree to follow our [Code of Conduct](https://example.com). + label: duplication + description: By submitting this issue, you didn't saw any issues duplicate with this issue options: - - label: I agree to follow this project's Code of Conduct + - label: I Agree required: true From 98ab93be4d172cb95086f562ab18f25120515f5f Mon Sep 17 00:00:00 2001 From: Q <170919602+202420505@users.noreply.github.com> Date: Thu, 6 Feb 2025 14:29:28 +0900 Subject: [PATCH 6/7] Update bug.yaml --- .github/ISSUE_TEMPLATE/bug.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yaml b/.github/ISSUE_TEMPLATE/bug.yaml index 6d4495b..02b9d1f 100644 --- a/.github/ISSUE_TEMPLATE/bug.yaml +++ b/.github/ISSUE_TEMPLATE/bug.yaml @@ -1,5 +1,5 @@ name: Bug Report -description: bug report. +description: bug report title: "🐛 [bug]: " labels: ["bug"] body: From 5955e38680d81330c81a7f27df728439d161985d Mon Sep 17 00:00:00 2001 From: Q <170919602+202420505@users.noreply.github.com> Date: Thu, 6 Feb 2025 14:31:36 +0900 Subject: [PATCH 7/7] Create enhancement.yaml --- .github/ISSUE_TEMPLATE/enhancement.yaml | 54 +++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/enhancement.yaml diff --git a/.github/ISSUE_TEMPLATE/enhancement.yaml b/.github/ISSUE_TEMPLATE/enhancement.yaml new file mode 100644 index 0000000..03db23c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/enhancement.yaml @@ -0,0 +1,54 @@ +name: Enhancement Request +description: Suggest a new feature or an improvement to an existing one. +title: "[🚀]: " +labels: ["enhancement"] +assignees: [] +body: + - type: markdown + attributes: + value: "## 🚀 Enhancement Request" + + - type: input + id: summary + attributes: + label: "Summary" + description: "Briefly summarize the enhancement request." + placeholder: "e.g., Add filter options to the search function" + + - type: textarea + id: problem + attributes: + label: "Problem Description" + description: "Explain why this enhancement is needed or describe the problem with the current functionality." + placeholder: "e.g., The search function currently lacks filtering options, making it hard to find specific results." + + - type: textarea + id: solution + attributes: + label: "Proposed Solution" + description: "Describe how this enhancement should be implemented." + placeholder: "e.g., Add dropdown filters for categories and date ranges in the search UI." + + - type: textarea + id: alternatives + attributes: + label: "Alternatives Considered" + description: "Have you considered any alternative solutions? If so, describe them here." + placeholder: "e.g., Instead of dropdown filters, allow users to enter custom search queries." + + - type: textarea + id: additional + attributes: + label: "Additional Context" + description: "Provide any other context, screenshots, or references related to this enhancement." + placeholder: "e.g., Example screenshots from similar applications." + + - type: checkboxes + id: checklist + attributes: + label: "Checklist" + description: "Please check the following before submitting:" + options: + - label: "I have searched for similar enhancement requests." + - label: "I have provided sufficient detail in the request." + - label: "I understand that not all requests may be accepted."