From 58ea82557441b7ce34499032e2ea9d38ba6e6d62 Mon Sep 17 00:00:00 2001 From: Adam Spiers Date: Sun, 11 Jan 2015 21:27:55 +0000 Subject: add CONTRIBUTING.md --- CONTRIBUTING.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 CONTRIBUTING.md (limited to 'CONTRIBUTING.md') diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..68a3a82 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,21 @@ +# Contributing to `git-deps` + +## Issue tracking + +Any kind of feedback is very welcome; please first check that your bug +/ issue / enhancement request is not already listed here: + +* https://github.com/aspiers/git-deps/issues + +and if not then file a new issue. + +## Helping with development + +Any [pull request](https://help.github.com/articles/using-pull-requests/) +providing an enhancement or bugfix is extremely welcome! + +However my spare time to work on this project is very limited, so +please follow these +[guidelines on contributing](http://blog.adamspiers.org/2012/11/10/7-principles-for-contributing-patches-to-software-projects/) so that you can help me to help you ;-) + +Thanks in advance! -- cgit