From c57d601f2f65f28cd53e508394b20e0b5d6e313b Mon Sep 17 00:00:00 2001 From: Jeremy McCormick Date: Mon, 9 Dec 2024 15:56:52 -0600 Subject: [PATCH] FIXUP: Make minor changes to PR template wording --- .github/pull_request_template.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index e29c427b..c22b1304 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,4 +1,4 @@ ## Checklist -- [ ] If the schema uses versioning, increment the version number, following the [guidelines in the contributing guide](CONTRIBUTING.md#typical-schema-changes) -- [ ] Refer to the [documentation on specific schemas](CONTRIBUTING.md#specific-schema-documentation) for additional tasks that may need to be performed, based on which schema is being updated +- [ ] If the schema is versioned, incremented the version number, following the [guidelines in the contributing guide](CONTRIBUTING.md#typical-schema-changes) +- [ ] Referred to the [documentation on specific schemas](CONTRIBUTING.md#specific-schema-documentation) for additional change constraints or tasks that may need to be performed, based on which schema is being updated