Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 1.62 KB

CONTRIBUTING.md

File metadata and controls

41 lines (27 loc) · 1.62 KB

Table of contents

  1. Submitting Issues
  2. Contributing to Source Code
    1. Before import
    2. Importing Android Studio project
    3. Create Pull Request

Submitting issues

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.

Contributing to Source Code

Thanks for wanting to contribute source code to Memorize. That's great!

Before importation

  • Make sure you are running Android Studio 3.0 C4 or above;

Importing Android Studio project

  • 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.

Create pull request:

  • 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.