imv/CONTRIBUTING

13 lines
565 B
Plaintext
Raw Normal View History

2015-11-13 21:28:04 +01:00
imv Contributing Guidelines
===========================
1) Please keep pull requests rebased onto the latest master. All merges should
be simple fast-forward merges. While rebasing, tidy up and merge your commits
as you think appropriate.
2) Please ensure that your changes fit with the existing coding style of imv.
Strictly no tabs, and 2 spaces of indentation.
2019-08-20 20:27:19 +02:00
3) All contributions are provided under the terms of the MIT license.
2019-01-31 23:31:38 +01:00
You retain the copyright ownership of any contributions you make.