Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ebk45 authored May 20, 2024
1 parent abc0285 commit b0fc333
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ alternative to the GitHub API.

## Getting Started

The Github Java Clients's [open issues are here](https://github.com/github-java-client/github-java-client/issues).
The GitHub Java Clients's [open issues are here](https://github.com/github-java-client/github-java-client/issues).
In time, we'll tag issues that would make a good first pull request for new contributors. An easy
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.
Expand Down Expand Up @@ -39,4 +39,13 @@ feedback for changes that would be required.
[/orgs/{org}/teams/{team_slug}](https://docs.github.com/en/rest/teams/teams?apiVersion=2022-11-28#list-teams) endpoint
- We operate a monkey see, monkey do approach to this library. We understand that there are some inconsistencies in the library
in terms of how the tests and/or endpoints are written but we, with your help, are working on creating a more consistent codebase.
- All bug fixes and new features need to be fully tested.
- All bug fixes and new features need to be fully tested.


This is a test of syntax highlighting on github.com.

Contributions to github-java-client should be made in the form of GitHub pull requests. Each pull
request will be reviewed by a maintainer of the library and either merged and released or given
feedback for changes that would be required.

Enable with `testword = True`

0 comments on commit b0fc333

Please sign in to comment.