mirror of
https://github.com/jlengrand/github-api.git
synced 2026-03-10 08:21:21 +00:00
586 B
586 B
Description
** Describe your change here**
Before submitting a PR:
We love getting PRs, but we hate asking people for the same basic changes every time.
- Push your changes to a branch other than
master. Create your PR from that branch. - Add JavaDocs and other comments
- Write tests that run and pass in CI. See CONTRIBUTING.md for details on how to capture snapshot data.
- Run
mvn -D enable-ci install sitelocally. This may reformat your code, commit those changes. If this command doesn't succeed, your change will not pass CI.