From ced1b61fd3afa50964af428a185bb218d2770179 Mon Sep 17 00:00:00 2001 From: Jan <33495614+Jojo-1000@users.noreply.github.com> Date: Sat, 18 Apr 2020 00:12:54 +0200 Subject: [PATCH] Preliminary contribution guide. --- .github/CONTRIBUTING.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+), 0 deletions(-) create mode 100644 .github/CONTRIBUTING.md diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md new file mode 100644 index 0000000..8274d7e --- /dev/null +++ b/.github/CONTRIBUTING.md @@ -0,0 +1,19 @@ +# Contribution Guide +Help is always welcome. If you want to contribute to hueplusplus, please read these guidelines + +## Request feature / Report bug +To request a feature or report a bug, create an issue using the templates. + +## Making changes +If you want to add a new feature or fix a bug, first check out the development branch. +Maybe the feature already exists and you would just do duplicate work. + +Also use the development branch as the base for your feature branch, because all pull requests are first rebased into development. + +## Pull requests +When creating a pull request, be sure to choose development as the target. +You might need to rebase on development again and merge in new changes. + +## Code style +The code is formatted using clang-format. If you do not want to use it yourself, try to keep your style consistent with the other code +so not too many reformats are necessary. -- libgit2 0.21.4