From 72cc20e5729c55c5347eef842c4db971c9487a56 Mon Sep 17 00:00:00 2001 From: Anjandev Momi Date: Sat, 18 Apr 2020 18:17:10 -0700 Subject: [PATCH] Manual: added link to xtools' xbump --- Manual.md | 24 ++++++++---------------- 1 file changed, 8 insertions(+), 16 deletions(-) diff --git a/Manual.md b/Manual.md index 92b57b1b2c2..ba2b1edb7b0 100644 --- a/Manual.md +++ b/Manual.md @@ -1960,29 +1960,21 @@ otherwise the `debug` packages won't have debugging symbols. Fork the voidlinux `void-packages` git repository on github and clone it: - $ git clone git@github.com:/void-packages.git - -You can now make your own commits to the `forked` repository: - - $ git add ... - $ git commit ... - $ git push ... + $ git clone git@github.com:/void-packages.git + +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. To keep your forked repository always up to date, setup the `upstream` remote to pull in new changes: - - $ git remote add upstream git://github.com/void-linux/void-packages.git - $ git pull upstream master + + $ 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: -"`. -- If you've updated a package use `": update to ."`. -- If you've removed a package use `": removed ..."`. -- If you've modified a package use `": ..."`. ## Help