aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2015-03-18 01:45:02 +0100
committerJakob Odersky <jodersky@gmail.com>2015-03-18 01:45:02 +0100
commit069120ac286dd35f8693d21bfa3cf617da454521 (patch)
tree1a0abaaf86ea38ff4ee91c228493282a7083b1eb
parenta9b1db69d3ceea9477c19bffb6b6b23ec66a3d77 (diff)
downloadmavigator-069120ac286dd35f8693d21bfa3cf617da454521.tar.gz
mavigator-069120ac286dd35f8693d21bfa3cf617da454521.tar.bz2
mavigator-069120ac286dd35f8693d21bfa3cf617da454521.zip
Add contributing guide
-rw-r--r--CONTRIBUTING.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
new file mode 100644
index 0000000..a95c3bb
--- /dev/null
+++ b/CONTRIBUTING.md
@@ -0,0 +1,7 @@
+Thanks for taking the time to help out!
+
+# Pull Requests
+Please follow these basic guidelines when submitting pull requests:
+ - Follow the Scala style guide
+ - Keep commit history clean by squashing non-relevant commits and rebasing onto master prior to a pull request
+ - Use the present tense in commit messages ("Add feature" not "Added feature") \ No newline at end of file