Skip to content

Commit f3c045c

Browse files
authored
docs: HOTS-374 add maintainers team to docs (#165)
* docs: add public team to relevant docs * docs: update wording
1 parent e624d7f commit f3c045c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ In time, we'll tag issues that would make a good first pull request for new cont
1010
way to get started helping the project is to *file an issue*. Issues can include bugs to fix,
1111
features to add, or documentation that looks outdated.
1212

13+
This library is maintained by @spotify/gjc-maintainers. If you have any questions, issues or need a
14+
review, please tag this team in the relevant PR/issue.
15+
1316
## Contributions
1417

1518
This project welcomes contributions from everyone.

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,17 @@
44
![Maven Central](https://img.shields.io/maven-central/v/com.spotify/github-client)
55

66

7-
# github-client
7+
# github-java-client
88

99
A small Java library for talking to GitHub/GitHub Enterprise and interacting with projects.
1010

1111
It supports authentication via simple access tokens, JWT endpoints and GitHub Apps (via private key).
1212

1313
It is also very light on GitHub, doing as few requests as necessary.
1414

15+
This library is maintained by @spotify/gjc-maintainers. If you have any questions, issues or need a
16+
review, please tag this team in the relevant PR/issue.
17+
1518
## Getting Started
1619

1720
Include the latest version of github-client into your project:

0 commit comments

Comments
 (0)