From 721d94a7949d464ace96a4f00ca9c9c54932d0d6 Mon Sep 17 00:00:00 2001 From: A lucky guy <79245287+tom-snow@users.noreply.github.com> Date: Mon, 10 Oct 2022 13:53:06 +0800 Subject: [PATCH 1/4] Update issue templates --- .../no-duplicates-issue-template.md | 44 +++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/no-duplicates-issue-template.md diff --git a/.github/ISSUE_TEMPLATE/no-duplicates-issue-template.md b/.github/ISSUE_TEMPLATE/no-duplicates-issue-template.md new file mode 100644 index 0000000..4a9c52c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/no-duplicates-issue-template.md @@ -0,0 +1,44 @@ +--- +name: No Duplicates Issue Template +about: No Duplicates Issue Here! +title: '' +labels: '' +assignees: '' + +--- + +Your issue may already be reported! +Please search on the [issue tracker](../) before creating one. + +- [ ] I'm sure I've searched on the issue tracker before creating one. + +## Expected Behavior + + + +## Current Behavior + + + +## Possible Solution + + + +## Steps to Reproduce (for bugs) + + +1. +2. +3. +4. + +## Context + + + +## Your Environment + +* TrollStore Version (like: TrollInstaller2): +* iOS/iPadOS version (like: iOS 15.1): +* iPhone/iPad Device Model (like: iPhone 12): +* Other info of your environment (like: macOS 12.6, newest THEOS...): From 7d4f1aad0a184552fde87363b8c21843be7ee4e8 Mon Sep 17 00:00:00 2001 From: A lucky guy <79245287+tom-snow@users.noreply.github.com> Date: Mon, 10 Oct 2022 14:42:18 +0800 Subject: [PATCH 2/4] Update and rename no-duplicates-issue-template.md to bug-report-issue-template.yml --- .../bug-report-issue-template.yml | 96 +++++++++++++++++++ .../no-duplicates-issue-template.md | 44 --------- 2 files changed, 96 insertions(+), 44 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/bug-report-issue-template.yml delete mode 100644 .github/ISSUE_TEMPLATE/no-duplicates-issue-template.md diff --git a/.github/ISSUE_TEMPLATE/bug-report-issue-template.yml b/.github/ISSUE_TEMPLATE/bug-report-issue-template.yml new file mode 100644 index 0000000..68736f5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report-issue-template.yml @@ -0,0 +1,96 @@ +name: Bug Report +description: Bug Report (No Duplicates Issue Here!) +body: + - type: markdown + attributes: + value: | + # Before post issue please read me + Your issue may already be reported! + Please search on the [issue tracker](../) before creating one. + + - type: checkboxes + id: no-duplicates-issue + attributes: + label: No Duplicates Issue + options: + - label: I'm sure I've searched on the issue tracker before creating one. + required: true + + - type: textarea + id: expected-behavior + attributes: + label: Expected Behavior? + description: | + Describing a bug, tell us what should happen + placeholder: Tell us what you **Expected**! + validations: + required: true + + - type: textarea + id: current-behavior + attributes: + label: Current Behavior? + description: | + Describing a bug, tell us what happens instead of the expected behavior + placeholder: Tell us what you **Happened**! + validations: + required: true + + - type: textarea + id: possible-solution + attributes: + label: Possible Solution? + description: | + Not obligatory, but suggest a fix/reason for the bug, + or ideas how to implement the addition or change + placeholder: If not sure leave blank. + value: "-" + + - type: textarea + id: steps-to-reproduce + attributes: + label: Steps to Reproduce + description: | + Provide a link to a live example, or an unambiguous set of steps to + reproduce this bug. Include code to reproduce, if relevant + placeholder: | + 1. + 2. + 3. + value: "-" + + - type: markdown + attributes: + value: | + # Your Environment + + - type: input + id: trollstore-version + attributes: + label: TrollStore Version + description: like: TrollInstaller2 + validations: + required: true + + - type: input + id: ios-version + attributes: + label: iOS/iPadOS version + description: like: iOS 15.1 + validations: + required: true + + - type: input + id: idevice-model + attributes: + label: iDevice Model + description: like: iPhone 11 + validations: + required: true + + - type: input + id: other-env + attributes: + label: Other info of your environment + description: like: macOS 12.6, the newest THEOS... + diff --git a/.github/ISSUE_TEMPLATE/no-duplicates-issue-template.md b/.github/ISSUE_TEMPLATE/no-duplicates-issue-template.md deleted file mode 100644 index 4a9c52c..0000000 --- a/.github/ISSUE_TEMPLATE/no-duplicates-issue-template.md +++ /dev/null @@ -1,44 +0,0 @@ ---- -name: No Duplicates Issue Template -about: No Duplicates Issue Here! -title: '' -labels: '' -assignees: '' - ---- - -Your issue may already be reported! -Please search on the [issue tracker](../) before creating one. - -- [ ] I'm sure I've searched on the issue tracker before creating one. - -## Expected Behavior - - - -## Current Behavior - - - -## Possible Solution - - - -## Steps to Reproduce (for bugs) - - -1. -2. -3. -4. - -## Context - - - -## Your Environment - -* TrollStore Version (like: TrollInstaller2): -* iOS/iPadOS version (like: iOS 15.1): -* iPhone/iPad Device Model (like: iPhone 12): -* Other info of your environment (like: macOS 12.6, newest THEOS...): From 7672be5023517766207b16ca14b6aca692e03b99 Mon Sep 17 00:00:00 2001 From: A lucky guy <79245287+tom-snow@users.noreply.github.com> Date: Mon, 10 Oct 2022 14:44:27 +0800 Subject: [PATCH 3/4] Update bug-report-issue-template.yml --- .github/ISSUE_TEMPLATE/bug-report-issue-template.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report-issue-template.yml b/.github/ISSUE_TEMPLATE/bug-report-issue-template.yml index 68736f5..4e73920 100644 --- a/.github/ISSUE_TEMPLATE/bug-report-issue-template.yml +++ b/.github/ISSUE_TEMPLATE/bug-report-issue-template.yml @@ -68,7 +68,7 @@ body: id: trollstore-version attributes: label: TrollStore Version - description: like: TrollInstaller2 + description: like TrollInstaller2 validations: required: true @@ -76,7 +76,7 @@ body: id: ios-version attributes: label: iOS/iPadOS version - description: like: iOS 15.1 + description: like iOS 15.1 validations: required: true @@ -84,7 +84,7 @@ body: id: idevice-model attributes: label: iDevice Model - description: like: iPhone 11 + description: like iPhone 11 validations: required: true @@ -92,5 +92,5 @@ body: id: other-env attributes: label: Other info of your environment - description: like: macOS 12.6, the newest THEOS... + description: like macOS 12.6, the newest THEOS... From 0ab51f7f87c16affba69bd4382c5d6484d869a96 Mon Sep 17 00:00:00 2001 From: A lucky guy <79245287+tom-snow@users.noreply.github.com> Date: Mon, 10 Oct 2022 14:46:23 +0800 Subject: [PATCH 4/4] Update bug-report-issue-template.yml --- .github/ISSUE_TEMPLATE/bug-report-issue-template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report-issue-template.yml b/.github/ISSUE_TEMPLATE/bug-report-issue-template.yml index 4e73920..1686b0d 100644 --- a/.github/ISSUE_TEMPLATE/bug-report-issue-template.yml +++ b/.github/ISSUE_TEMPLATE/bug-report-issue-template.yml @@ -6,7 +6,7 @@ body: value: | # Before post issue please read me Your issue may already be reported! - Please search on the [issue tracker](../) before creating one. + Please search on the [issue tracker](https://github.com/opa334/TrollStore/issues) before creating one. - type: checkboxes id: no-duplicates-issue