Browse Source

Update CONTRIBUTING.md

pull/620/head
Chris 4 years ago
committed by GitHub
parent
commit
685621fe8c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions
  1. 5
      CONTRIBUTING.md

5
CONTRIBUTING.md

@ -3,13 +3,14 @@
All contributions are welcome! This guide will get you up to speed with the contribution process for Gooey. All contributions are welcome! This guide will get you up to speed with the contribution process for Gooey.
Some Caveats Up Front: Some Caveats Up Front:
* Opening a PR does not guarantee it will be merged * Opening a PR does not guarantee it will be merged
* Feedback may take time * Feedback may take time
* Merges 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: ### 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). You can find the current release branch by checking out the [branches page](https://github.com/chriskiehl/Gooey/branches).
**Making Changes:** **Making Changes:**
* Create a branch for your changes * Create a branch for your changes

Loading…
Cancel
Save