From 40f2df84148cd94d260e43768d83648be75a6451 Mon Sep 17 00:00:00 2001 From: Gabriele Cirulli Date: Mon, 10 Mar 2014 18:12:33 +0100 Subject: [PATCH] add contributing guide --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..968baa9 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,2 @@ +## Contributing +Changes and improvements are more than welcome! Feel free to fork and open a pull request. Please make your changes in a specifically made branch and request to pull on `master`! If you can, please make sure the game fully works before sending the PR, as that will help speed up the process.