Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.35 KB

CONTRIBUTING.md

File metadata and controls

28 lines (22 loc) · 1.35 KB

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

First contribution?

Refer this guide to get started on your first contribution.

Contributing A Patch

  1. Submit an issue describing your proposed change to the repo in question.
  2. The repo owner will respond to your issue promptly.
  3. Once your proposed change is accepted, fork the desired repo, develop and test your code changes.
  4. 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.
  5. Ensure that your code has an appropriate set of unit and UI tests which all pass.
  6. Submit a pull request.