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
feature to tidy up your commits before making them public.
79
79
80
80
6. Locally merge (or rebase) the upstream development branch into your topic branch:
@@ -89,20 +89,20 @@ included in the project:
89
89
git push origin <topic-branch-name>
90
90
```
91
91
92
-
8. [Open a Pull Request](https://help.github.com/articles/using-pull-requests/)
92
+
8. [Open a Pull Request](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests)
93
93
with a clear title and description.
94
94
95
95
96
96
## Contribution Agreement and Usage
97
97
98
98
By submitting a pull request to this repository, you agree to allow the project
99
99
owners to license your work under the the terms of the [Creative Commons Attribution-NonCommercial-ShareAlike
0 commit comments