Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 801 Bytes

CONTRIBUTING.md

File metadata and controls

11 lines (6 loc) · 801 Bytes

Contributing to i3bkg-changer

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

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, beyond that just follow the existing code style and I'll be happy.