mirror of
https://github.com/scratchfoundation/scratchjr.git
synced 2024-11-25 08:38:30 -05:00
887 B
887 B
Contributing
Here are some ways you can contribute to ScratchJr:
-
Report bugs
- If you find any bugs in ScratchJr, please let us know! Please be as descriptive as possible and include screenshots if possible.
-
Work on bugs and make pull requests
- If you have made a fix for a bug, please make a pull request! Fork the scratchjr repository, make the code changes. Please provide an explanation of what you have changed, a link to the relevant bug, and how your changes fix the bug. All code that's merged into ScratchJr must pass our linter (
npm run lint
). We'll review your changes and hopefully merge them into the project, benefiting all users of ScratchJr!
- If you have made a fix for a bug, please make a pull request! Fork the scratchjr repository, make the code changes. Please provide an explanation of what you have changed, a link to the relevant bug, and how your changes fix the bug. All code that's merged into ScratchJr must pass our linter (