From b85987937b5d0c61607a0a4823be54e2457f78be Mon Sep 17 00:00:00 2001 From: Ellie Kelsch Date: Fri, 22 Dec 2023 11:51:58 +0000 Subject: [PATCH 1/2] docs: add public team to relevant docs --- CONTRIBUTING.md | 3 +++ README.md | 5 ++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 235f9046..98301b62 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 or issues, 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..b3ea1a74 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 or issues, please +tag this team in the relevant PR/issue. + ## Getting Started Include the latest version of github-client into your project: From dfac4fe7eb02756f6f0d7f77933b713e0566c76a Mon Sep 17 00:00:00 2001 From: Ellie Kelsch Date: Fri, 22 Dec 2023 11:52:48 +0000 Subject: [PATCH 2/2] docs: update wording --- CONTRIBUTING.md | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 98301b62..7a49889b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -10,8 +10,8 @@ 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 or issues, please -tag this team in the relevant PR/issue. +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 diff --git a/README.md b/README.md index b3ea1a74..863f4dcc 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,8 @@ 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 or issues, please -tag this team in the relevant PR/issue. +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