]> source.dussan.org Git - gitblit.git/commitdiff
doc Add some basic steps to the "contributing" section of Readme
authorFlorian Zschocke <f.zschocke+git@gmail.com>
Sun, 18 Dec 2022 14:50:32 +0000 (15:50 +0100)
committerFlorian Zschocke <f.zschocke+git@gmail.com>
Mon, 3 Apr 2023 21:20:14 +0000 (23:20 +0200)
README.markdown

index 18fd316c5d9f0b6d4425061d973507fcdc60bb2d..6a133f6378b87a545e7cb3b6563ec4f94030f422 100644 (file)
@@ -36,6 +36,13 @@ GitHub pull requests are preferred.  Any contributions must be distributed under
 \r
 Please see the [CONTRIBUTING file](CONTRIBUTING.md) for suggestions and guidelines on contributing to Gitblit. Thank you!\r
 \r
+### tl;dr\r
+1.  [Fork](https://github.com/gitblit-org/gitblit/fork) (and then `git clone https://github.com/gitblit-org/gitblit.git`).\r
+2.  Create a branch (`git checkout -b branch_name`).\r
+3.  Commit your changes (`git commit -a`).\r
+4.  Push to the branch (`git push origin branch_name`).\r
+5.  Open a Pull Request.\r
+\r
 \r
 Building Gitblit\r
 ----------------\r