Any and all kinds of contributions are welcome. I really appreciate you taking time to contribute to this open source project and help it grow and serve the Android world. 😎
Don't know how to help? 🤔 Even a small knowledgeable comment is a great contribution. 🎉
More ideas:
- Report bugs
- Suggest features or improvements
- Write tests (unit or UI)
- Improve docs
- Attend issues
Refer this guide to get started on your first contribution.
- Submit an issue describing your proposed change to the repo in question.
- The repo owner will respond to your issue promptly.
- Once your proposed change is accepted, fork the desired repo, develop and test your code changes.
- Ensure that your code adheres to the existing style in the code to which you are contributing. Refer to the Android Kotlin Code Style Guide for the recommended coding standards for Android framework and Kotlin Style Guide for language specific code styling and standards.
- Ensure that your code has an appropriate set of unit and UI tests which all pass.
- Submit a pull request.