Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 835 Bytes

CONTRIBUTING.md

File metadata and controls

11 lines (9 loc) · 835 Bytes

You want to contribute some code?

We are always looking for quality contributions and will be happy to accept your Pull Requests as long as they adhere to some basic rules:

  • Please make sure that your contribution fits well in the project's context:
    • we are aiming at rebuilding bootstrap components in pure Angular, without any dependencies on any external JavaScript library;
    • the only dependency should be markup structure
  • Please assure that you are submitting quality code, specifically make sure that:
    • your PR doesn't break the build
    • your commits conform to the conventions established here
    • your component follows all the conventions stated here