diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 235f9046..7a49889b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -10,6 +10,9 @@ In time, we'll tag issues that would make a good first pull request for new cont way to get started helping the project is to *file an issue*. Issues can include bugs to fix, features to add, or documentation that looks outdated. +This library is maintained by @spotify/gjc-maintainers. If you have any questions, issues or need a +review, please tag this team in the relevant PR/issue. + ## Contributions This project welcomes contributions from everyone. diff --git a/README.md b/README.md index 926a2e3e..863f4dcc 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ![Maven Central](https://img.shields.io/maven-central/v/com.spotify/github-client) -# github-client +# github-java-client A small Java library for talking to GitHub/GitHub Enterprise and interacting with projects. @@ -12,6 +12,9 @@ It supports authentication via simple access tokens, JWT endpoints and GitHub Ap It is also very light on GitHub, doing as few requests as necessary. +This library is maintained by @spotify/gjc-maintainers. If you have any questions, issues or need a +review, please tag this team in the relevant PR/issue. + ## Getting Started Include the latest version of github-client into your project: