Chris
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
1 deletions
-
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 |
|
|
|