If you have questions about how to use Memorize, please direct these to the chat.
- Report the issue it includes all the informations we need to track down the issue.
- Search the existing issues first, it's likely that your issue was already reported.
If your issue appears to be a bug, and hasn't been reported, open a new issue.
Help us to maximize the effort we can spend fixing issues and adding new features, by not reporting duplicate issues.
Thanks for wanting to contribute source code to Memorize. That's great!
- Make sure you are running Android Studio 3.0 C4 or above;
- Fork the Repository.
- Clone it to your workstation.
- Open the project in Android Studio.
- Compile the project for the first time. Then you can start coding.
- Register your changes:
git add filename
- Commit your changes locally:
git commit -m "Description of the changes"
- Push your changes to your GitHub repo:
git push origin master
- Browse to https://github.com/YOURGITHUBNAME/memorize/pulls and issue pull request
- Enter description and send pull request.