Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 1.02 KB

File metadata and controls

15 lines (8 loc) · 1.02 KB

Contributing to joi-html-input

Contributions are welcome, if you spot any bugs or security issues please let me know by raising an issue on github or by making a pull request to fix the issue.

Commit messages

Broadly I follow the angular commit message format the details of which can be found here. Basically just write a descriptive commit message that tells me what you're doing and why, additionally please prefix the title with one of the types listed in the angular commit guidelines.

Code style

I use 2 spaces for indentaion and this project is written in ES6 but basically just follow the existing code style and I'll be happy.

Tests

If you want to contribute to the project please make sure all tests pass before making your pull request on github. If you are adding new functionality please ensure that you have added tests to covert your new feature.