Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 949 Bytes

CONTRIBUTING.md

File metadata and controls

28 lines (20 loc) · 949 Bytes

Contributing to D1 Sample Android

👍 Thanks for your interest and taking time to contribute 👍

Table Of Contents

How to report a bug ? How to submit a fix ?

How to report a bug

Please use GitHub issues by opening a new issue. Github issue shall include a quick summary

  • Pre-requisite (version of components)
  • Steps to reproduce
  • Attach sample code if you can.
  • Expectation vs happening

How to submit a fix

Let's give you a hint : ... Pull Request !

  • Fork the repo and create your branch from master.
  • Add tests if necessary
  • Update documentation if APIs have been changed
  • Issue that pull request!

Any contributions you make will be under the MIT Software License In short, when you submit code changes, your submissions are understood to be under the same MIT License that covers the project. Feel free to contact the maintainers if that's a concern.