Open an issue in order to file a bug or suggest a new feature
If you want to close an issue:
- Fork the repo
- Checkout a new branch from dev
- Work on it
- Send a pull request(PR)
- Make sure you reference the issue no in your commit and the PR
Try not to send a pull request from and to master.
A few simple rules to be followed:
- Avoid tabs, four spaces should be used instead
- Make sure to test your changes on a physical device as well as emulator
- Travis-CI has been enabled, so unless it gives a
passing
build status, your PR will not be accepted