aboutsummaryrefslogtreecommitdiffhomepage
path: root/Manual.md
diff options
context:
space:
mode:
authorÉrico Rolim <erico.erc@gmail.com>2020-07-23 19:44:57 -0300
committerMichael Aldridge <aldridge.mac@gmail.com>2020-12-30 14:01:03 -0800
commit9dccdc5ff49dccac7639620f13792fb83aa6c667 (patch)
tree3b184b2ab29c1cb4d1b0afa873b0fe5ea3b5f341 /Manual.md
parentmypaint-brushes: update to 2.0.2. (diff)
Manual: some git info to CONTRIB, explain how to use different branch in PR.
Diffstat (limited to 'Manual.md')
-rw-r--r--Manual.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/Manual.md b/Manual.md
index 922cbd30f45..6481bb4ee50 100644
--- a/Manual.md
+++ b/Manual.md
@@ -2045,15 +2045,15 @@ otherwise the `debug` packages won't have debugging symbols.
<a id="contributing"></a>
### Contributing via git
-Fork the voidlinux `void-packages` git repository on github and clone it:
+To get started, [fork](https://help.github.com/articles/fork-a-repo) the void-linux `void-packages` git repository on GitHub and clone it:
$ git clone git@github.com:<user>/void-packages.git
See [CONTRIBUTING.md](./CONTRIBUTING.md) for information on how to format your
commits and other tips for contributing.
-Once you've made changes to your `forked` repository you can submit
-a github pull request; see https://help.github.com/articles/fork-a-repo for more information.
+Once you've made changes to your `forked` repository, submit
+a github pull request.
To keep your forked repository always up to date, setup the `upstream` remote
to pull in new changes: