From 76ff3f9be5fd59947bfb61a2907f3ab3235cfab5 Mon Sep 17 00:00:00 2001 From: Jonathan Shook Date: Thu, 18 Sep 2025 10:49:20 -0500 Subject: [PATCH] test PR checklist logic --- CONTRIBUTIONS.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTIONS.md b/CONTRIBUTIONS.md index 1e740a6d6..766a5ccff 100644 --- a/CONTRIBUTIONS.md +++ b/CONTRIBUTIONS.md @@ -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`. +