From 33306982c590efdf24bd29e172deaf18f820099b Mon Sep 17 00:00:00 2001 From: Rafael Gomez Date: Tue, 1 Oct 2019 23:17:47 +0200 Subject: [PATCH] Update CONTRIBUTING.md Update target base branch when submitting a pull request like spoken in #2164 (https://github.com/reactiveui/ReactiveUI/issues/2164#issuecomment-537233075) --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 25d815ff13..cc2648e536 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -63,7 +63,7 @@ Before you submit your pull request consider the following guidelines: * Make your changes in a new git branch: ```shell - git checkout -b my-fix-branch develop + git checkout -b my-fix-branch master ``` * Create your patch, **including appropriate test cases**. @@ -89,7 +89,7 @@ Before you submit your pull request consider the following guidelines: git push origin my-fix-branch ``` -In GitHub, send a pull request to `reactiveui:develop`. +In GitHub, send a pull request to `reactiveui:master`. If we suggest changes, then: