mirror of
https://github.com/jlengrand/github-api.git
synced 2026-03-10 15:49:57 +00:00
646 B
646 B
Description
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
main. 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 clean install sitelocally. If this command doesn't succeed, your change will not pass CI.
When creating a PR:
- Fill in the "Description" above.
- Enable "Allow edits from maintainers".