From deded4c24335ba4b37aadce0960c60d0a9e078e2 Mon Sep 17 00:00:00 2001 From: Thomas Boerger Date: Mon, 28 Nov 2016 14:34:05 +0100 Subject: [PATCH] Dropped always outdated contributors file, link to it the graph on readme --- CONTRIBUTORS | 9 --------- README.md | 9 +++++++++ 2 files changed, 9 insertions(+), 9 deletions(-) delete mode 100644 CONTRIBUTORS 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