Skip to content

Commit 8011bd8

Browse files
authored
Merge pull request #877 from rgantzos/main
Update issue templates
2 parents 1dc89ba + a913738 commit 8011bd8

File tree

5 files changed

+62
-13
lines changed

5 files changed

+62
-13
lines changed

.github/ISSUE_TEMPLATE/--bug.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
name: Bug Report
2-
description: Report a bug for ScratchTools, or something that doesn't work properly.
3-
labels: ["bug"]
1+
name: 🐛 Bug
2+
description: Report a bug for ScratchTool.
3+
labels: ["type: bug", "status: needs review"]
44
body:
55

66
- type: textarea
@@ -16,8 +16,8 @@ body:
1616
id: why
1717
attributes:
1818
label: What is causing the bug?
19-
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?
20-
placeholder: Type here
19+
description: We aren't asking for code, we just want to know when and where this code is happening.
20+
placeholder: For example- "When I go to my own profile and close the comments."
2121
validations:
2222
required: true
2323

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
name: ✨ Enhancement
2+
description: Suggest an enhancement for ScratchTools to improve a certain feature or other part of the extension.
3+
labels: ["status: needs review", "type: enhancement"]
4+
body:
5+
6+
- type: textarea
7+
id: describe
8+
attributes:
9+
label: Why would this be helpful?
10+
description: We'd like to know in what cases something like this might be helpful.
11+
placeholder: Type here
12+
validations:
13+
required: true
14+
15+
- type: textarea
16+
id: how
17+
attributes:
18+
label: How would this work?
19+
description: We aren't asking for code specifics, but we'd like to know your vision for it.
20+
placeholder: Type here
21+
validations:
22+
required: true
23+
24+
- type: textarea
25+
id: extra
26+
attributes:
27+
label: Anything else?
28+
description: You can put more info here if you have any.

.github/ISSUE_TEMPLATE/--feature.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
1-
name: New Feature
2-
description: Suggest a new feature for ScratchTools, or an enhancement for a feature.
3-
labels: ["new feature"]
1+
name: 🎉 New Feature
2+
description: Suggest an entirely new feature for ScratchTools.
3+
labels: ["new feature", "status: needs review"]
44
body:
55

66
- type: textarea
77
id: describe
88
attributes:
9-
label: How does the feature work?
10-
description: Describe what you're suggesting.
9+
label: Why would this be helpful?
10+
description: We'd like to know in what cases something like this might be helpful.
1111
placeholder: Type here
1212
validations:
1313
required: true
1414

1515
- type: textarea
16-
id: why
16+
id: how
1717
attributes:
18-
label: What situations would make this helpful?
19-
description: Who would find this helpful, and when?
18+
label: How would this work?
19+
description: We aren't asking for code specifics, but we'd like to know your vision for it.
2020
placeholder: Type here
2121
validations:
2222
required: true

.github/ISSUE_TEMPLATE/blank.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
name: 'Blank issue'
3+
about: "Don't see your issue here? Open a blank issue."
4+
title: ''
5+
labels: 'status: needs review'
6+
assignees: ''
7+
---

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: 💬 Send Feedback
4+
url: https://scratchtools.app/feedback
5+
about: Submit feedback for ScratchTools developers to review.
6+
- name: 🔒 Report a Vulnerability
7+
url: mailto:[email protected]?subject=Reporting%20a%20Security%20Vulnerability&body=(Please%20put%20the%20details%20below)
8+
about: Please report security vulnerabilities here.
9+
- name: 👥 Community Discord Server
10+
url: https://discord.gg/EByJKZR2AE
11+
about: Join the Discord server to submit suggestions/bugs and talk to other users.
12+
- name: 🧑‍💻 Development Discord Server
13+
url: https://discord.gg/6Ecds4pTKT
14+
about: Join the development server to chat with other developers.

0 commit comments

Comments
 (0)