HOWTO contribute - nokiaeducationdelivery/ned-mobile-client GitHub Wiki

If you fix a bug or create a new feature – do it in a separate branch!

Use GitHub pull requests

Creating and mailing a patch

  • clone and create a new branch
    git clone [email protected]:nokiaeducationdelivery/ned-mobile-client.git
    cd ned-mobile-client
    git checkout -b fix_branch
  • Make and commit changes
  • Create a patch file
    git format-patch master --stdout > fix.patch
  • Prepare a clear description what changes you made and send the patch to the maintainer of the project or the project mailing list