mirror of
https://github.com/jlengrand/github-api.git
synced 2026-03-10 15:49:57 +00:00
16 lines
653 B
Markdown
16 lines
653 B
Markdown
# 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](CONTRIBUTING.md) for details on how to capture snapshot data.
|
|
- [ ] Run `mvn -D enable-ci clean install site` locally. 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".
|