Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CONTRIBUTING.md #187

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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`
Loading