Skip to content

Commit 9ae97d4

Browse files
authored
Update pull_request_template.md
1 parent 68b067d commit 9ae97d4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/pull_request_template.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,11 @@
2525
### How can we test the before & after?
2626

2727
??
28+
29+
If the PR has changes in multiple repos please provide the command to checkout all branches, eg.:
30+
```bash
31+
git checkout "dev-branch-name" &&
32+
cd vendor/backpack/crud && git checkout crud-branch-name &&
33+
cd ../pro && git checkout pro-branch-name &&
34+
cd ../../..
35+
```

0 commit comments

Comments
 (0)