doc/manual.txt: added "Contributing" section.

This commit is contained in:
Juan RP 2013-12-15 11:16:09 +01:00
parent 6de70139e7
commit 40bf87a236
1 changed files with 16 additions and 0 deletions

View File

@ -402,3 +402,19 @@ package is downloaded, compiled and installed.
NOTE: A function defined in a template has preference over the same function
defined by a `build_style` script.
Contributing via git
~~~~~~~~~~~~~~~~~~~~
You can fork the `xbps-packages` git repository on github and then set up
a remote to pull in new changes:
----------------------------------------------------------------------
$ git remote add upstream git://github.com/voidlinux/xbps-packages.git
----------------------------------------------------------------------
To pull in new changes from `upstream`:
--------------------------
$ git pull upstream master
--------------------------