From: Sigurd Hogsbro Date: Sat, 8 Oct 2016 06:54:10 +0000 (+0400) Subject: Provide detailed instructions on how to submit PRs for Github mirrored repos X-Git-Url: http://git.openwrt.org/?p=web.git;a=commitdiff_plain;h=fde9a77e1d383e8189cef7da3ef6ea4172d97cc4 Provide detailed instructions on how to submit PRs for Github mirrored repos Signed-off-by: Sigurd Hogsbro --- diff --git a/development.txt b/development.txt index 66c80c1..e659017 100644 --- a/development.txt +++ b/development.txt @@ -66,7 +66,16 @@ The biggest difference is that we now accept pull requests. Patches can be submi ==== Github -There are Github mirrors of the https://github.com/lede-project/source[source] and https://github.com/lede-project/web[web] repos. Simply fork the project to a public repo and submit a pull request. +There are Github mirrors of the https://github.com/lede-project/source[source] and https://github.com/lede-project/web[web] repos. Simply fork the project to a public repo using Github web interface, clone the repo to your computer, create a branch for your changes, push these back to Github and submit a pull request. + +For example, to submit a pull request for these web-pages, follow these instructions and then submit PR using Github web interface: +---- +git clone git@github.com:/web.git +git checkout -b + +git commit --signoff +git push --all +---- ==== Email