Provide detailed instructions on how to submit PRs for Github mirrored repos
authorSigurd Hogsbro <sigurd@hogsbro.org>
Sat, 8 Oct 2016 06:54:10 +0000 (10:54 +0400)
committerJo-Philipp Wich <jo@mein.io>
Thu, 13 Oct 2016 18:29:50 +0000 (20:29 +0200)
Signed-off-by: Sigurd Hogsbro <sigurd@hogsbro.org>
development.txt

index 66c80c1f201c326bd89a9be172a3539183746dd3..e65901737e954067d91c3fdc2d6e9c05510e92fb 100644 (file)
@@ -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:<github username>/web.git
+git checkout -b <branch-name>
+<make changes to files>
+git commit --signoff
+git push --all
+----
 
 ==== Email