Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 721 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (11 loc) · 721 Bytes

How to become a contributor and submit your own code

We'd love to accept your contr! No hurdles, just follow the basic ruules below,

Contributing A Patch

  • Submit an issue describing your proposed change to the repo in question.
  • The repo owner will respond to your issue promptly.
  • Your proposed change get accepted.
  • Fork the desired repo, develop and test your code changes.
  • Ensure that your code adheres to the existing style of this repo. Refer to the Angular Material Coding Standards for the recommended coding standards.
  • Ensure that your code has an appropriate set of unit tests which all pass.
  • Submit a pull request.