From f191c273215fe2e7f2970a38f0b5ddcf489ef4ed Mon Sep 17 00:00:00 2001 From: Afterster Date: Wed, 25 Jun 2014 07:46:53 +0200 Subject: [PATCH] Add CONTRIBUTING.md file --- CONTRIBUTING.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000..249c9a28 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,6 @@ +## Contribution +Please read [Development section](https://github.com/ampache/ampache/wiki#development). + +## Bug report +Be sure the bug is not already fixed in `develop` branch or already reported in current open issues. +Please add [some logs](https://github.com/ampache/ampache/wiki/Troubleshooting#enable-logging) with your new issue.