From 7e4297f709dfd17f783c35707a4817d33ec2b32c Mon Sep 17 00:00:00 2001 From: Jeremy McCormick Date: Mon, 9 Dec 2024 15:13:37 -0600 Subject: [PATCH] Add pull request template --- .github/pull_request_template.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..6d74d788 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,6 @@ +## Checklist + +When making changes to schema files under the [yml](yml) directory: + +- [ ] Incremented the schema version number, following the [guidelines](CONTRIBUTING.md#typical-schema-changes) in the [contribution guide](CONTRIBUTING.md) +- [ ] Referred to the [documentation on specific schemas](CONTRIBUTING.md#specific-schema-documentation) for additional versioning information, change constraints, or tasks that may need to be performed, based on which schema is being updated