Skip to content

Commit 2bd18b4

Browse files
committed
Add corrupted project issue template
1 parent 42657ce commit 2bd18b4

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
name: Corrupted project
2+
description: Use this form if you have a corrupted project that you want fixed.
3+
labels:
4+
- corrupted project
5+
title: "[Corrupted project] Put your project name here"
6+
7+
body:
8+
- type: checkboxes
9+
attributes:
10+
label: Understandings
11+
options:
12+
- label: I understand that sb3fix is a community project not run by the Scratch Team.
13+
required: true
14+
- label: I understand that it may take several days for a volunteer to examine my project.
15+
required: true
16+
- label: I understand that my project may be unrecoverable.
17+
required: true
18+
19+
- type: textarea
20+
attributes:
21+
label: Link to download project
22+
description: |
23+
You need to give us your project for us to be able to examine it. If you are okay with anyone being able to download your project, any of these will work:
24+
25+
* Put your project file inside a zip, then use the add files button to attach that zip.
26+
* Upload your project to a file sharing site like Google Drive, then generate a public link and paste it here.
27+
28+
If you prefer to share your project privately, email your project to [email protected] then just write that you emailed the project.
29+
validations:
30+
required: true
31+
32+
- type: textarea
33+
attributes:
34+
label: Any relevant error messages
35+
render: txt
36+
description: |
37+
If you have an error messages from Scratch, TurboWarp, sb3fix, or anything else, then paste it here.
38+
39+
- type: textarea
40+
attributes:
41+
label: Extra context
42+
description: |
43+
Tell us any context leading up to your project becoming corrupt. This helps us track down and fix the bug that made your project corrupt.
44+
45+
Helpful things are the name and version of the last program you used to save the project, and whether you used AI at any point.

0 commit comments

Comments
 (0)