Giter Site home page Giter Site logo

anki-android's Introduction

Anki on Android

This is the repository for Anki on Android. For more details see:

Future releases

The branches for future releases are:

To contribute, please base your changes on one of the two branches above and send a pull request.
Changes for a maintenance release are usually limited to bug fixes.
Close to a release, you might be asked to contribute to new features a next release.

Past releases

To browse the code of previous releases, use one of the tags:

Contributing

AnkiDroid is developed using release branches.
Each upcoming release has a named branch with the "-dev" suffix.
To contribute, you should clone this repository and build on top of one of the release branches.

Step 1: Fork the repository

Go to the ankidroid organization repository and click the Fork button at the top of the main repository page to create your own fork.

Step 2: Check out the repository

Follow the Github instructions to check out a copy of your repository.

Add the AnkiDroid repository as a remote:
git remote add ankidroid git://github.com/ankidroid/Anki-Android.git

Step 3: Start a feature branch

Fetch the latest version of the AnkiDroid repository:
git fetch ankidroid

Create a new feature branch for what you want to contribute:
git checkout --no-track ankidroid/v2.1-dev -b feature-name

Step 4: Make your changes

At this point, you should edit the code and commit your changes.
It is best to create a single commit with all the changes you want to contribute.
If you created multiple commits, you can use git rebase to merge them into a single one.

Step 5: Send a pull request

You can now make a Pull request using the button at the top of your repository page.
Make sure the request is made against the correct release branch, e.g., v2.1-dev in the example above.

anki-android's People

Contributors

nobnago avatar nicolas-raoul avatar iniju avatar edu-zamora avatar flerda avatar mandre avatar daniel-svard avatar blaisorblade avatar vanosten avatar trurlo avatar t123 avatar ingmar- avatar marek-kuticka avatar ramblurr avatar kieranclancy avatar diogovk avatar jmfayard avatar cyrilmhansen avatar antoineschweitzer avatar jberkel avatar pabloromanh avatar packlnd avatar greencrab avatar jordi-chacon avatar zakvdm avatar vfr-nl avatar inglor avatar amedveczki avatar the-kenny avatar brennan-daguilar avatar

Watchers

william avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.