Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1.08 KB

CONTRIBUTING.md

File metadata and controls

21 lines (14 loc) · 1.08 KB

Contributing

Thanks for taking the time to contribute!

Found a bug?

Feel free to submit an issue in our GitHub repository, or even better, you can submit a Pull Request with a fix.

Missing a feature?

Feel free to open new Pull Request with the new feature.

Please update the README.md file with the usage of the new feature and also add an example in the data-grid-demo app.

Coding style guide

We follow Angular coding style guide

Commit message guidelines

Please adhere to the Angular Commit Message Guidelines.

Submitting a Pull request

  1. All new features or bug fixes must be appropriately tested by one or more specs.
  2. You may merge the Pull Request in once you have the sign-off of two other contributors.