code.vegaprotocol.io/vega@v0.79.0/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md (about) 1 Please remember to create a new branch on github.com/vegaprotocol/system-tests in order to create/fix/update the matching tests for your changes. 2 3 Closes #num 4 5 Closes vegaprotocol/vega-repo#num 6 7 ### Connected Changes 8 9 If you have connected changes in other repositories please fill in this section. 10 11 ```json 12 { 13 // uncomment repo and provide your branch 14 // "data-node": "fix/123-branch", 15 // "protos": "fix/123-branch", 16 // "vegawallet": "fix/123-branch", 17 // "vegatools": "fix/123-branch", 18 // "system-tests": "fix/123-branch", 19 // "devops-infra": "fix/123-branch", 20 } 21 ```