From 38c8715c022c6b34c9ce9c379aeb55315aa0f2a0 Mon Sep 17 00:00:00 2001 From: Theodore Watson Date: Wed, 24 Feb 2021 12:21:35 -0800 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0a37d7a5375..8831b9435b1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -84,7 +84,7 @@ This granularity makes the code easier to deal with in cases where some things h #### Submitting the pull request -- Submit your pull request to the __`master`__ branch of openFrameworks (which you branched off from), _not_ the `stable` branch. +- If the default branch shown on the OF github repo is __`patch-release`__ submit your pull request to that branch if it is addressing a bug or regression. Otherwise submit your pull request to the __`master`__ branch of openFrameworks (which you branched off from), and _not_ the `stable` branch. - All pull requests that contain changes that need to be in the changelog **must include relevant additions to `CHANGELOG.md`**. Use previous entries as a guide for style/indentation/etc. - In the comments field on your new pull request, enter a description of everything that the code in the pull request does. - This description is the first contact most of the core team will have with your code, so you should use it to explain why your pull request is awesome and we should accept it.