Skip to content
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
5 changes: 3 additions & 2 deletions CONTRIBUTIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
- At least one code owner has approved the PR
- Pushes to a PR branch invalidate prior approvals.
- Area code owners have final discretion, and may add or remove reviewers to address size, complexity, or other specific questions as needed.
- Each change is tracked via a corresponding GitHub/Jira issue, and PRs are linked in the issue
- Each change is tracked via a corresponding GitHub/Jira issue, and PRs are linked in the issue.
- An appropriate level of unit testing is provided for new code.
- Documentation is provided in markdown form for user-facing features.
- Javadoc is provided sufficient to avoid failure by `mvn javadoc:jar`
- Javadoc is provided sufficient to avoid failure by `mvn javadoc:jar`.

Loading