From 685621fe8c91284f516d6a12a4a33a6a0840b5a7 Mon Sep 17 00:00:00 2001 From: Chris Date: Sat, 1 Aug 2020 10:55:26 -0700 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 60f0c25..65bd16e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -3,13 +3,14 @@ All contributions are welcome! This guide will get you up to speed with the contribution process for Gooey. - Some Caveats Up Front: * Opening a PR does not guarantee it will be merged * Feedback may take time * Merges may take time +**--> The current release branch is [1.0.5](https://github.com/chriskiehl/Gooey/tree/1.0.5-release) <--**. All PRs should be opened against this branch. + ### Getting Started: @@ -29,6 +30,8 @@ Release branches take the form of `{semvar}-release`. For example: You can find the current release branch by checking out the [branches page](https://github.com/chriskiehl/Gooey/branches). + + **Making Changes:** * Create a branch for your changes