From 2f943c91d2c718a70052eecd9044732bd0e62954 Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 30 Jan 2017 14:13:52 +0100 Subject: [PATCH] New contributing guidelines [skip ci] --- .github/CONTRIBUTING.md | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index b8a2038ebb..f7ef4c3bb3 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -1,11 +1,19 @@ -## Hi there! +# Welcome to Firefly III on Github! -Thank you for taking the time to report an issue or requesting a new feature. +:+1::tada: Thank you for taking the time to contribute something to Firefly III! -Please take note that there are NO rules or regulations when you submit an issue. - -However, remember that you are probably not the first one to ask a question. Especially when the installation is concerned. - -So take the time to read the [installation guide FAQ](https://firefly-iii.github.io/installation-guide-faq/) and make sure you search through closed issues for the problems other people have had. Your issue may be among them! +## Feature requests If you are requesting a new feature, please check out the list of [often requested features](https://firefly-iii.github.io/requested-features/). + +## Bugs + +If you find a bug, include as many log files and details as you think are necessary. + +## Installation problems + +Take the time to read the [installation guide FAQ](https://firefly-iii.github.io/installation-guide-faq/) and make sure you search through closed issues for the problems other people have had. Your problem may be among them! + +## Pull requests + +I can only accept pull requests against the `develop` branch, never the `master` branch