diff options
author | Florian Zschocke <f.zschocke+git@gmail.com> | 2022-12-18 15:50:32 +0100 |
---|---|---|
committer | Florian Zschocke <f.zschocke+git@gmail.com> | 2023-04-03 23:20:14 +0200 |
commit | 4db28517ba91f9ada063bf050748e22051b9caf5 (patch) | |
tree | c3f9908544f288305d6546ff983e962276455198 | |
parent | 92ace0597c4d443efeffce45dbbc8add8de90439 (diff) | |
download | gitblit-4db28517ba91f9ada063bf050748e22051b9caf5.tar.gz gitblit-4db28517ba91f9ada063bf050748e22051b9caf5.zip |
doc Add some basic steps to the "contributing" section of Readme
-rw-r--r-- | README.markdown | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown index 18fd316c..6a133f63 100644 --- a/README.markdown +++ b/README.markdown @@ -36,6 +36,13 @@ GitHub pull requests are preferred. Any contributions must be distributed under Please see the [CONTRIBUTING file](CONTRIBUTING.md) for suggestions and guidelines on contributing to Gitblit. Thank you!
+### tl;dr
+1. [Fork](https://github.com/gitblit-org/gitblit/fork) (and then `git clone https://github.com/gitblit-org/gitblit.git`).
+2. Create a branch (`git checkout -b branch_name`).
+3. Commit your changes (`git commit -a`).
+4. Push to the branch (`git push origin branch_name`).
+5. Open a Pull Request.
+
Building Gitblit
----------------
|