diff options
Diffstat (limited to 'vendor/code.gitea.io/git/README.md')
-rw-r--r-- | vendor/code.gitea.io/git/README.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/vendor/code.gitea.io/git/README.md b/vendor/code.gitea.io/git/README.md index 677d865ce0..0b58e8ff97 100644 --- a/vendor/code.gitea.io/git/README.md +++ b/vendor/code.gitea.io/git/README.md @@ -10,6 +10,15 @@ This project is a Go module to access Git through shell commands. For further informations take a look at the current [documentation](https://godoc.org/code.gitea.io/git). +## Contributing + +Fork -> Patch -> Push -> Pull Request + +## Authors + +* [Maintainers](https://github.com/orgs/go-gitea/people) +* [Contributors](https://github.com/go-gitea/git/graphs/contributors) + ## License This project is under the MIT License. See the [LICENSE](LICENSE) file for the |