From 305685e8f27499f4a0c48b86c95202ef8e7f2e31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franz=C3=A9=20Jr?= Date: Sat, 12 Dec 2015 16:33:14 -0300 Subject: [PATCH] Update README.md --- README.md | 36 +++++++++++++++++++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 59e49fa67..12151cf0c 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,37 @@ # Habitica for Android -## You need Android Studio Beta 1.3 to develop +[Habitica](https://habitica.com) is an open source habit building program which treats your life like a Role Playing Game. Level up as you succeed, lose HP as you fail, earn money to buy weapons and armor. This repository is related to the Android Native Application. + +It's also on Google Play: + + + Get it on Google Play + + +Having the sample project installed is a good way to be notified of new releases. Although Watching this +repository will allow GitHub to email you whenever I publish a release. + + +# What's New + +See the project's Releases page for a list of versions with their changelogs. + +##### [View Releases](https://github.com/HabitRPG/habitrpg-android/releases) + +If you Watch this repository, GitHub will send you an email every time I publish an update. + +## Contributing + +For an introduction to the technologies used and how the software is organized, refer to [Contributing to Habitica](http://habitica.wikia.com/wiki/Contributing_to_Habitica#Coders_.28Web_.26_Mobile.29) - "Coders (Web & Mobile)" section. + +Thank you very much [for all contributors](https://github.com/HabitRPG/habitrpg-android/graphs/contributors) + +#### Steps for contributing to this repository: + +1. Fork it +2. Create your feature branch: `git checkout -b my-new-feature` +3. Commit your changes: `git commit -am 'Add some feature'` +4. Push to the branch: `git push origin my-new-feature` +5. Create new Pull Request +