From aee0da857bc8d5f5f059a240d24174215f931b4a Mon Sep 17 00:00:00 2001 From: Matt Perry Date: Tue, 25 Feb 2025 16:20:50 -0700 Subject: [PATCH] chore: add pr-checklist to repo --- .github/pull_request_template.md | 9 +++++++++ 1 file changed, 9 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 0000000..3b49411 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,9 @@ +## Pull Request Checklist + +I have: +- [ ] performed a self review of my code [I&A code style](https://github.com/asfadmin/ia-standards/blob/main/standards.md) + - Resources and Data Structures are sorted by ABC or a defined sorting pattern +- [ ] updated the documentation accordingly +- [ ] verified required action checks are passing +- [ ] deployed my code and all new and existing E2E/Integration tests passed +- [ ] bumped the version number as appropriate