Skip to content

Commit 4db2851

Browse files
committed
doc Add some basic steps to the "contributing" section of Readme
1 parent 92ace05 commit 4db2851

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.markdown

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,13 @@ GitHub pull requests are preferred. Any contributions must be distributed under
3636

3737
Please see the [CONTRIBUTING file](CONTRIBUTING.md) for suggestions and guidelines on contributing to Gitblit. Thank you!
3838

39+
### tl;dr
40+
1. [Fork](https://github.com/gitblit-org/gitblit/fork) (and then `git clone https://github.com/gitblit-org/gitblit.git`).
41+
2. Create a branch (`git checkout -b branch_name`).
42+
3. Commit your changes (`git commit -a`).
43+
4. Push to the branch (`git push origin branch_name`).
44+
5. Open a Pull Request.
45+
3946

4047
Building Gitblit
4148
----------------

0 commit comments

Comments
 (0)