diff options
| author | 2020-04-18 18:17:10 -0700 | |
|---|---|---|
| committer | 2020-04-20 20:26:22 +0200 | |
| commit | 7c361a68838e462bea726d95534de877c1426460 (patch) | |
| tree | 463079356b506f39190d4565a8a0fb70842a5d04 /Manual.md | |
| parent | minio: update to 2020.04.15. (diff) | |
Manual: added link to xtools' xbump
Diffstat (limited to 'Manual.md')
| -rw-r--r-- | Manual.md | 19 |
1 files changed, 5 insertions, 14 deletions
diff --git a/Manual.md b/Manual.md index 97eeb52c96e..6fff065f7c6 100644 --- a/Manual.md +++ b/Manual.md @@ -1962,11 +1962,12 @@ Fork the voidlinux `void-packages` git repository on github and clone it: $ git clone git@github.com:<user>/void-packages.git -You can now make your own commits to the `forked` repository: +See [CONTRIBUTING.md](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md) +for information on how to format your commits and other tips for +contributing. - $ git add ... - $ git commit ... - $ git push ... +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. To keep your forked repository always up to date, setup the `upstream` remote to pull in new changes: @@ -1974,16 +1975,6 @@ to pull in new changes: $ git remote add upstream git://github.com/void-linux/void-packages.git $ git pull upstream master -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. - -For commit messages please use the following rules: - -- If you've imported a new package use `"New package: <pkgname>-<version>"`. -- If you've updated a package use `"<pkgname>: update to <version>."`. -- If you've removed a package use `"<pkgname>: removed ..."`. -- If you've modified a package use `"<pkgname>: ..."`. - <a id="help"></a> ## Help |
