We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68b067d commit 9ae97d4Copy full SHA for 9ae97d4
.github/pull_request_template.md
@@ -25,3 +25,11 @@
25
### How can we test the before & after?
26
27
??
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