diff options
author | Adam Spiers <git@adamspiers.org> | 2015-01-11 21:27:55 +0000 |
---|---|---|
committer | Adam Spiers <git@adamspiers.org> | 2015-01-11 21:27:55 +0000 |
commit | 58ea82557441b7ce34499032e2ea9d38ba6e6d62 (patch) | |
tree | a5acd351904dab82b5d9b5647c7c99b2986e4730 /CONTRIBUTING.md | |
parent | 3ac083bbb4191ca8f8249427d9c69b3da8feff3d (diff) | |
download | git-deps-58ea82557441b7ce34499032e2ea9d38ba6e6d62.tar.gz |
add CONTRIBUTING.md
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 21 |
1 files changed, 21 insertions, 0 deletions
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! |