mirror of
https://github.com/octoleo/restic.git
synced 2024-11-25 22:27:35 +00:00
Add instructions for developers
This commit is contained in:
parent
db389058fa
commit
14ed97102b
@ -129,8 +129,14 @@ down to the following steps:
|
|||||||
next stable release. While writing, ask yourself: If I were the user, what
|
next stable release. While writing, ask yourself: If I were the user, what
|
||||||
would I need to be aware of with this change.
|
would I need to be aware of with this change.
|
||||||
|
|
||||||
8. Once your code looks good and passes all the tests, we'll merge it. Thanks
|
8. When your contribution adds and/or changes command-line parameters or help
|
||||||
a low for your contribution!
|
texts, the manual pages need to be regenerated and commited to the
|
||||||
|
repository. In order to do this, compile restic and save the generated
|
||||||
|
updated man pages in the subdir `doc/man` with the following command:
|
||||||
|
`./restic manpages --output-dir doc/man`
|
||||||
|
|
||||||
|
9. Once your code looks good and passes all the tests, we'll merge it. Thanks
|
||||||
|
a lot for your contribution!
|
||||||
|
|
||||||
Please provide the patches for each bug or feature in a separate branch and
|
Please provide the patches for each bug or feature in a separate branch and
|
||||||
open up a pull request for each.
|
open up a pull request for each.
|
||||||
|
Loading…
Reference in New Issue
Block a user