Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
**Catroid** is a visual coding IDE and interpreter for Android for the Catrobat programming language.

**Catrobat** is a visual programming language and a set of creativity tools for smartphones.
Catrobat projects can be created using Catrobat's Android apps available on [Google Play](https://catrob.at/gp) and iPhone apps available on [Apple's app store](https://catrob.at/ca).
Catrobat projects can be created using Catrobat's Android apps available on [Google Play](https://play.google.com/store/apps/developer?id=Catrobat) and iPhone apps available on [Apple's app store](https://apps.apple.com/us/developer/international-catrobat-association-verein-zur-foerderung/id1117935891).

For more information oriented towards developers, check out our [developers page](https://developer.catrobat.org/).

Expand All @@ -17,8 +17,6 @@ For reporting issues use our [JIRA Bugtracking System](https://catrobat.atlassia
If you want to contribute we suggest that you start with [forking](https://help.github.com/articles/fork-a-repo/) our repository and browse the code. Then you can look at our [Issue-Tracker](https://catrobat.atlassian.net/jira/software/c/projects/IDE/issues?filter=allissues&jql=project%20in%20(%22Catroid%20IDE%22%2C%20%22Catroid%20Stage%22)%20ORDER%20BY%20created%20DESC) and start with fixing one ticket. We strictly use [Test-Driven Development](http://c2.com/cgi/wiki?TestDrivenDevelopment) and [Clean Code](http://www.planetgeek.ch/wp-content/uploads/2013/06/Clean-Code-V2.2.pdf), so first read everything you can about these development methods. Code developed in a different style will not be accepted.
After you've created a pull request we will review your code and do a full testrun on your branch.

If you want to implement a new feature, please ask about the details on https://catrob.at/mailinglist

Start setting up the working environment by following the instructions: https://github.com/Catrobat/Catroid/wiki/Setup-working-environment

Also make sure to read our guidelines for [creating a pull request](https://github.com/Catrobat/Catroid/wiki/Creating-a-pull-request)
Expand All @@ -28,12 +26,12 @@ A first training ticket usually consists of writing a new Catrobat language test

# Resources and links #
* [Apple Store Download](https://apps.apple.com/us/developer/international-catrobat-association-verein-zur-foerderung/id1117935891)
* [Google Play Store Download](https://catrob.at/gp)
* [Google Play Store Download](https://play.google.com/store/apps/developer?id=Catrobat)
* [Community website with sample programs](https://share.catrob.at/)
* [Frequently Asked Questions](https://github.com/Catrobat/Catroid/wiki/Frequently-Asked-Questions-(Developers))
* [Credits](https://catrob.at/credits)
* [Credits](https://developer.catrobat.org/contributors/)
* [Statistics on OpenHub](https://www.openhub.net/p/catrobat/)
* [Our Google group](https://groups.google.com/forum/?fromgroups#!forum/catrobat)

# License #
[License](https://catrob.at/licenses) of our project (mainly AGPL v3).
[License](https://developer.catrobat.org/pages/legal/licenses/) of our project (mainly AGPL v3).
Loading