Update CONTRIBUTING.md

This commit is contained in:
Jarl Gullberg 2018-07-03 22:33:37 +02:00 committed by GitHub
parent a55206d837
commit b8f8299b93
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -84,6 +84,11 @@ $ git remote add upstream https://github.com/opentk/opentk.git
``` ```
#### 2. Create a working branch #### 2. Create a working branch
**IMPORTANT**
At the moment, the `develop` branch is frozen while we work on the 4.0
release. All pull requests should be based on the 4.0 branch, not the
`develop` branch. Swap `develop` for 4.0 in the upcoming sections.
Development is done against the `develop` branch - this is where all the Development is done against the `develop` branch - this is where all the
magic happens. Your changes should always be based on this branch, so in magic happens. Your changes should always be based on this branch, so in
order to start working, create a new branch with an appropriate name and order to start working, create a new branch with an appropriate name and
@ -325,4 +330,4 @@ If you think the discussion warrants a more permanent forum, talk to us
[2]: https://discord.gg/GZTYR4s [2]: https://discord.gg/GZTYR4s
[3]: https://help.github.com/articles/signing-commits-with-gpg/ [3]: https://help.github.com/articles/signing-commits-with-gpg/
[4]: #pull-requests [4]: #pull-requests
[5]: https://github.com/opentk/opentk/blob/develop/.github/ISSUE_TEMPLATE.md [5]: https://github.com/opentk/opentk/blob/develop/.github/ISSUE_TEMPLATE.md