From ae2106ef3537644038c265c1b93dda24332fb5d8 Mon Sep 17 00:00:00 2001 From: "Frederik Ar. Mikkelsen" Date: Fri, 14 Jul 2017 17:55:01 +0200 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c12064ce1..d64fb042e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,6 +1,8 @@ # Contributing FredBoat is built using Maven, so you should just be able to import the project in your favorite IDE and download all dependencies while building. Check out the [issues](https://github.com/Frederikam/FredBoat/issues) to find out what needs to be done. +When submitting a pull request, please submit against the `development` branch, or you will have to reopen your PR. + ## Code conventions Code is indented with 4 spaces and without brackets on newlines. Please use the logging system (SLF4J) instead of `System.out` or `System.err`.