|
|
@ -97,9 +97,9 @@ Any commit to any branch on the primary `Modding-OpenMW.com/momw` repository wil |
|
|
|
|
|
|
|
## Contributing/Submitting changes |
|
|
|
|
|
|
|
* Check out a new branch based on `dev` and name it to what you intend to do: |
|
|
|
* Check out a new branch based on `beta` and name it to what you intend to do: |
|
|
|
|
|
|
|
$ git checkout -b my-cool-feature origin/dev |
|
|
|
$ git checkout -b my-cool-feature origin/beta |
|
|
|
|
|
|
|
* Use one branch per fix/feature |
|
|
|
* Make your changes |
|
|
@ -109,7 +109,7 @@ Any commit to any branch on the primary `Modding-OpenMW.com/momw` repository wil |
|
|
|
* Please provide a git message that explains what you've done. |
|
|
|
* Commit to a forked repository on our Gitea instance. |
|
|
|
* Make a pull request |
|
|
|
* Make sure you send the PR to the `dev` branch. |
|
|
|
* Make sure you send the PR to the `beta` branch. |
|
|
|
* A passing [Buildbot build](https://buildbot.modding-openmw.com/) is required before any changes are merged. |
|
|
|
|
|
|
|
Tests are expected for any submitted changes. If it's specific to a particular page, or adds a new page, related selenium tests should be written. |