Browse Source

doc Add some basic steps to the "contributing" section of Readme

pull/1452/head
Florian Zschocke 1 year ago
parent
commit
4db28517ba
1 changed files with 7 additions and 0 deletions
  1. 7
    0
      README.markdown

+ 7
- 0
README.markdown View File

Please see the [CONTRIBUTING file](CONTRIBUTING.md) for suggestions and guidelines on contributing to Gitblit. Thank you! 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 Building Gitblit
---------------- ----------------

Loading…
Cancel
Save