mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-03-08 10:10:00 +00:00
Update CONTRIBUTING.md
This commit is contained in:
parent
a55206d837
commit
b8f8299b93
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue