From 59674e44bfea9f50c56884f9f8c7b2363cd0dbdc Mon Sep 17 00:00:00 2001 From: Stian Thorgersen Date: Fri, 9 Sep 2016 15:11:35 +0200 Subject: [PATCH] Update HackingOnKeycloak.md --- misc/HackingOnKeycloak.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/misc/HackingOnKeycloak.md b/misc/HackingOnKeycloak.md index 590a301983..902d1edf97 100644 --- a/misc/HackingOnKeycloak.md +++ b/misc/HackingOnKeycloak.md @@ -59,5 +59,6 @@ Here's a quick check list for a good pull request (PR): * A JIRA associated with your PR (include the JIRA issue number in commit comment) * All tests in testsuite pass * Do a rebase on upstream master +* We only accept contributions to the master branch. The exception to this is if the fix is for the latest CR release and Final has not yet been released, in which case you can send the PR to both the corresponding branch and the master branch. -Once you're happy with your changes go to GitHub and create a PR. +Once you're happy with your changes go to GitHub and create a PR to the master branch.