Update "Commiting Test Data" section to include build bot testing #77
@ -155,13 +155,13 @@ git push origin add-x-tests
|
|||||||
```
|
```
|
||||||
|
|
||||||
Commit changes to your fork of the Blender repository, including the updated
|
Commit changes to your fork of the Blender repository, including the updated
|
||||||
`tests/data` submodule hash, and create a pull request.
|
`tests/data` submodule, and then
|
||||||
|
[create a pull request](/docs/handbook/contributing/pull_requests/#create-a-pull-request).
|
||||||
``` bash
|
``` bash
|
||||||
cd ../..
|
cd ../..
|
||||||
git checkout -B add-x-tests-blender
|
git checkout -B add-x-tests-blender
|
||||||
git commit sourcefile1 sourcefile2 tests/data
|
git commit sourcefile1 sourcefile2 tests/data
|
||||||
git push me add-x-tests-blender
|
git push me add-x-tests-blender
|
||||||
# then create a pull request for this branch
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Ensure your tests pass on the build bot commenting `@blender-bot build`,
|
Ensure your tests pass on the build bot commenting `@blender-bot build`,
|
||||||
|
Loading…
Reference in New Issue
Block a user