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