From 9ecb6ce47ffa7caa4c010a3759fa6d8f2aebb8fd Mon Sep 17 00:00:00 2001 From: rgantzos <86856959+rgantzos@users.noreply.github.com> Date: Sun, 30 Jun 2024 10:38:39 -0700 Subject: [PATCH 1/8] Create config.yml --- .github/ISSUE_TEMPLATE/config.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..d65a57b3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,14 @@ +blank_issues_enabled: false +contact_links: + - name: 💬 Send Feedback + url: https://scratchtools.app/feedback + about: Submit feedback for ScratchTools developers to review. + - name: 🔒 Report a Vulnerability + url: mailto:security@scratchtools.app?subject=Reporting%20a%20Security%20Vulnerability&body=(Please%20put%20the%20details%20below) + about: Please report security vulnerabilities here. + - name: 👥 Community Discord Server + url: https://discord.gg/EByJKZR2AE + about: Join the Discord server to submit suggestions/bugs and talk to other users. + - name: 🧑‍💻 Development Discord Server + url: https://discord.gg/6Ecds4pTKT + about: Join the development server to chat with other developers. From 86779d9a58ba3e31bab0e1b7829937376026e7a3 Mon Sep 17 00:00:00 2001 From: rgantzos <86856959+rgantzos@users.noreply.github.com> Date: Sun, 30 Jun 2024 10:44:25 -0700 Subject: [PATCH 2/8] Create --enhancement.yml --- .github/ISSUE_TEMPLATE/--enhancement.yml | 28 ++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/--enhancement.yml diff --git a/.github/ISSUE_TEMPLATE/--enhancement.yml b/.github/ISSUE_TEMPLATE/--enhancement.yml new file mode 100644 index 00000000..81f28c15 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/--enhancement.yml @@ -0,0 +1,28 @@ +name: ✨ Enhancement +description: Report a bug for ScratchTools, or something that doesn't work properly. +labels: ["status: needs review", "type: enhancement"] +body: + + - type: textarea + id: describe + attributes: + label: Why would this be helpful? + description: We'd like to know in what cases something like this might be helpful. + placeholder: Type here + validations: + required: true + + - type: textarea + id: how + attributes: + label: How would this work? + description: We aren't asking for code specifics, but we'd like to know your vision for it. + placeholder: Type here + validations: + required: true + + - type: textarea + id: extra + attributes: + label: Anything else? + description: You can put more info here if you have any. From 76eb1ed44d05873840503035b1fa74056f74e2b4 Mon Sep 17 00:00:00 2001 From: rgantzos <86856959+rgantzos@users.noreply.github.com> Date: Sun, 30 Jun 2024 10:46:15 -0700 Subject: [PATCH 3/8] Update --enhancement.yml --- .github/ISSUE_TEMPLATE/--enhancement.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/--enhancement.yml b/.github/ISSUE_TEMPLATE/--enhancement.yml index 81f28c15..be7a1451 100644 --- a/.github/ISSUE_TEMPLATE/--enhancement.yml +++ b/.github/ISSUE_TEMPLATE/--enhancement.yml @@ -1,5 +1,5 @@ name: ✨ Enhancement -description: Report a bug for ScratchTools, or something that doesn't work properly. +description: Suggest an enhancement for ScratchTools to improve a certain feature or other part of the extension. labels: ["status: needs review", "type: enhancement"] body: From 60214cfa57b4fb4701f662b8a9657e6114e0ee41 Mon Sep 17 00:00:00 2001 From: rgantzos <86856959+rgantzos@users.noreply.github.com> Date: Sun, 30 Jun 2024 10:47:51 -0700 Subject: [PATCH 4/8] Update --feature.yml --- .github/ISSUE_TEMPLATE/--feature.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/--feature.yml b/.github/ISSUE_TEMPLATE/--feature.yml index abca8c58..30540233 100644 --- a/.github/ISSUE_TEMPLATE/--feature.yml +++ b/.github/ISSUE_TEMPLATE/--feature.yml @@ -1,22 +1,22 @@ -name: New Feature -description: Suggest a new feature for ScratchTools, or an enhancement for a feature. -labels: ["new feature"] +name: 🎉 New Feature +description: Suggest an entirely new feature for ScratchTools. +labels: ["new feature", "status: needs review"] body: - type: textarea id: describe attributes: - label: How does the feature work? - description: Describe what you're suggesting. + label: Why would this be helpful? + description: We'd like to know in what cases something like this might be helpful. placeholder: Type here validations: required: true - type: textarea - id: why + id: how attributes: - label: What situations would make this helpful? - description: Who would find this helpful, and when? + label: How would this work? + description: We aren't asking for code specifics, but we'd like to know your vision for it. placeholder: Type here validations: required: true From e37e7a7dd947b9b5dc7ebf6738a34f580e1126a4 Mon Sep 17 00:00:00 2001 From: rgantzos <86856959+rgantzos@users.noreply.github.com> Date: Sun, 30 Jun 2024 10:49:02 -0700 Subject: [PATCH 5/8] Create blank.md --- .github/ISSUE_TEMPLATE/blank.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/blank.md diff --git a/.github/ISSUE_TEMPLATE/blank.md b/.github/ISSUE_TEMPLATE/blank.md new file mode 100644 index 00000000..e4bb3a72 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/blank.md @@ -0,0 +1,7 @@ +--- +name: 'Blank issue' +about: "Don't see your issue here? Open a blank issue." +title: '' +labels: 'status: needs review' +assignees: '' +--- From 7317ae270dd360ea5c73029d6e432537116933e3 Mon Sep 17 00:00:00 2001 From: rgantzos <86856959+rgantzos@users.noreply.github.com> Date: Sun, 30 Jun 2024 10:50:59 -0700 Subject: [PATCH 6/8] Update --bug.yml --- .github/ISSUE_TEMPLATE/--bug.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/--bug.yml b/.github/ISSUE_TEMPLATE/--bug.yml index c612a5db..79f77083 100644 --- a/.github/ISSUE_TEMPLATE/--bug.yml +++ b/.github/ISSUE_TEMPLATE/--bug.yml @@ -1,6 +1,6 @@ -name: Bug Report -description: Report a bug for ScratchTools, or something that doesn't work properly. -labels: ["bug"] +name: 🐛 Bug +description: Report a bug for ScratchTool. +labels: ["type: bug", "status: needs review"] body: - type: textarea @@ -16,8 +16,8 @@ body: id: why attributes: label: What is causing the bug? - description: Are there any actions that you take that could be causing a bug? For example, does it happen when you enter the editor or share a project? - placeholder: Type here + description: We aren't asking for code, we just want to know when and where this code is happening. + placeholder: Example: when I go to my own profile and close the comments. validations: required: true From 36ee0eb99fd8eb9659bd39fbc3a52e5896063066 Mon Sep 17 00:00:00 2001 From: rgantzos <86856959+rgantzos@users.noreply.github.com> Date: Sun, 30 Jun 2024 10:54:20 -0700 Subject: [PATCH 7/8] Update --bug.yml --- .github/ISSUE_TEMPLATE/--bug.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/--bug.yml b/.github/ISSUE_TEMPLATE/--bug.yml index 79f77083..25cf7f3a 100644 --- a/.github/ISSUE_TEMPLATE/--bug.yml +++ b/.github/ISSUE_TEMPLATE/--bug.yml @@ -17,7 +17,7 @@ body: attributes: label: What is causing the bug? description: We aren't asking for code, we just want to know when and where this code is happening. - placeholder: Example: when I go to my own profile and close the comments. + placeholder: Example\: when I go to my own profile and close the comments. validations: required: true From a913738264580aaf96fb06f54abe0962f59f1f52 Mon Sep 17 00:00:00 2001 From: rgantzos <86856959+rgantzos@users.noreply.github.com> Date: Sun, 30 Jun 2024 10:54:50 -0700 Subject: [PATCH 8/8] Update --bug.yml --- .github/ISSUE_TEMPLATE/--bug.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/--bug.yml b/.github/ISSUE_TEMPLATE/--bug.yml index 25cf7f3a..72513211 100644 --- a/.github/ISSUE_TEMPLATE/--bug.yml +++ b/.github/ISSUE_TEMPLATE/--bug.yml @@ -17,7 +17,7 @@ body: attributes: label: What is causing the bug? description: We aren't asking for code, we just want to know when and where this code is happening. - placeholder: Example\: when I go to my own profile and close the comments. + placeholder: For example- "When I go to my own profile and close the comments." validations: required: true