mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
doc/manual.txt: added "Contributing" section.
This commit is contained in:
parent
6de70139e7
commit
40bf87a236
1 changed files with 16 additions and 0 deletions
|
@ -402,3 +402,19 @@ package is downloaded, compiled and installed.
|
||||||
|
|
||||||
NOTE: A function defined in a template has preference over the same function
|
NOTE: A function defined in a template has preference over the same function
|
||||||
defined by a `build_style` script.
|
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
|
||||||
|
--------------------------
|
||||||
|
|
Loading…
Add table
Reference in a new issue