This commit is contained in:
Vuton Design 2017-09-25 12:29:09 +01:00 committed by GitHub
parent 8fa91d05a0
commit ec0e28bbda

View file

@ -1,7 +1,7 @@
## Contributing
Here are some ways you can contribute to ScratchJr:
* Report bugs
* If you find bugs in ScratchJr, please let us know! Please be as descriptive as possible and include screenshots if possible.
* 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!