mirror of
https://github.com/scratchfoundation/scratchjr.git
synced 2025-02-16 08:29:51 -05:00
Merge pull request #150 from VutonDesign/develop
Markdown files clean-up
This commit is contained in:
commit
fdd930ee50
2 changed files with 2 additions and 2 deletions
|
@ -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!
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ versions share a common client.
|
|||
## Directory Structure and Projects
|
||||
This repository has the following directory structure:
|
||||
|
||||
* <tt>src/</tt> - Shared Javasript code for iOS and Android common client. This is where most changes should be made for features, bug fixes, UI, etc.
|
||||
* <tt>src/</tt> - Shared JavaScript code for iOS and Android common client. This is where most changes should be made for features, bug fixes, UI, etc.
|
||||
* <tt>editions/</tt> - Assembly directories for each "flavor" of ScratchJr. These symlink to src for common code, and could diverge in settings and assets.
|
||||
* <tt>free/</tt> - Free edition JavaScript, including all shared code for all releases
|
||||
* <tt>android/</tt> - Android port of Scratch Jr. (Java, Android Studio Projects)
|
||||
|
|
Loading…
Reference in a new issue