From: Daniel Golle Date: Tue, 26 Jul 2016 09:20:31 +0000 (+0200) Subject: docs: development: add instructions for staging trees X-Git-Url: http://git.openwrt.org/?p=web.git;a=commitdiff_plain;h=c175b542a23487a1415377ce5afe4be750fabadd docs: development: add instructions for staging trees Signed-off-by: Daniel Golle Acked-by: Jo-Philipp Wich --- diff --git a/development.txt b/development.txt index 3a60000..e4fb09b 100644 --- a/development.txt +++ b/development.txt @@ -69,6 +69,15 @@ All patches need to be sent in a format that they are listed in https://patchwor If the patch does not get listed in patchwork then it won't get processed. +=== Staging Trees + +To create yourself a staging tree on git.lede-project.org: +---- +ssh git@git.lede-project.org "create lede/yournick/staging" +ssh git@git.lede-project.org "desc lede/yournick/staging Staging tree of Your Name" +---- + + === Reporting Bugs . Please report your bugs using our https://bugs.lede-project.org/[issue tracker]