Thank you for your interest in contributing to our project! From commenting on and triaging issues, to raising Pull Requests, all contributions are welcome.
- Replying and handling open issues. You can help out by guiding people through the process of filling out the issue template, help them in clarifying information related to code, features or bugs.
- Find bugs and raise issues The app is in its early stage and we appreciate if you can test and find out bugs that can help us improve user experience by a manifold. Help us by creating issues for bugs you find.
- Suggest features Want something more from the app? Go ahead and create an issue suggesting us your awesome feature!
- Get down to coding! We have some open issues, ranging from bugs to enhancements that we would appreciate if you could help us with.
You can contribute your code to the repo by following these steps:
- Fork the repository and create your branch from
master
. - Make your changes.
- Make sure your code lints.
- Push the changes to your fork.
- Create a pull request to this repository.
- Review and address comments on your pull request.
If all goes well, your pull request will be merged. If it is not merged, we will do our best to explain the reason why.