diff --git a/CONTRIBUTORS b/CONTRIBUTORS deleted file mode 100644 index 65db519..0000000 --- a/CONTRIBUTORS +++ /dev/null @@ -1,9 +0,0 @@ -Andrey Nering (@andreynering) -Kim Carlbäcker (@bkcsoft) -LefsFlare (@LefsFlarey) -Lunny Xiao (@lunny) -Rachid Zarouali (@xinity) -Rémy Boulanouar (@DblK) -Sandro Santilli (@strk) -Thibault Meyer (@0xbaadf00d) -Thomas Boerger (@tboerger) diff --git a/README.md b/README.md index 37f9a3a..d5d9684 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,15 @@ This project acts as a client SDK implementation written in Go to interact with the Gitea API implementation. For further informations take a look at the current [documentation](https://godoc.org/code.gitea.io/sdk/gitea). +## Contributing + +Fork -> Patch -> Push -> Pull Request + +## Authors + +* [Maintainers](https://github.com/orgs/go-gitea/people) +* [Contributors](https://github.com/go-gitea/go-sdk/graphs/contributors) + ## License This project is under the MIT License. See the [LICENSE](LICENSE) file for the