You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
More information about configuring a remote for a fork can be found [here](https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/configuring-a-remote-for-a-fork).
46
+
47
+
1. Sync your fork:
48
+
```shell
49
+
git fetch upstream
50
+
```
51
+
52
+
1. Set up the feature/fix branch (based off the source `development` branch). It is
42
53
recommended to use the format issue#-type-description, for example:
0 commit comments