aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING
diff options
context:
space:
mode:
authorHarry Jeffery <harry@exec64.co.uk>2015-11-13 20:28:04 +0000
committerHarry Jeffery <harry@exec64.co.uk>2015-11-13 20:28:04 +0000
commit6914c912ad1358bedbcb1e0c03828dc99d9a0fb1 (patch)
treea8e1eb768f0c71dcd7cec6f8e1fd4aab1f8f15e6 /CONTRIBUTING
parent5714a2cbd998617ab3b848d21e841b5fe32cac68 (diff)
downloadimv-6914c912ad1358bedbcb1e0c03828dc99d9a0fb1.tar.gz
Add a CONTRIBUTING file
Fixes #18
Diffstat (limited to 'CONTRIBUTING')
-rw-r--r--CONTRIBUTING17
1 files changed, 17 insertions, 0 deletions
diff --git a/CONTRIBUTING b/CONTRIBUTING
new file mode 100644
index 0000000..143eb21
--- /dev/null
+++ b/CONTRIBUTING
@@ -0,0 +1,17 @@
+ 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.
+
+3) All contributions must be provided under the license included with imv: the
+ GNU General Public License Version 2. You retain the copyright ownership of
+ any contributions you make.
+
+4) If your pull request isn't immediately accepted please don't take it
+ personally. We hope to retain a high level of code quality as the project
+ matures.