diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..3b494119 --- /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