scratchfoundation / scratchfoundation/scratch-desktop
New Design for "Leave Scratch" prompt
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 426
- Forks
- 268
- Avg merge
- 16h 6m
- Merged PRs (30d)
- 25
Description
Currently there are two choices: stay and leave. But people might choose "leave" with some unsaved changes, because most programs allow us to save before quitting. This is worth implementing.
Current one:

Suggested one:

"Save and leave" - leave after saving
"Don't save" - same as current "Leave"
"Go back to the editor" - same as current "Stay"
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the current Leave Scratch prompt and tracing how its stay and leave choices handle unsaved changes. Implement the three choices described in the issue: save and leave, don't save, and return to the editor; done means each choice produces the stated behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- desktop
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100