diff --git a/.github/PULL_REQUEST_TEMPLATE.MD b/.github/PULL_REQUEST_TEMPLATE.MD index ae4bce6..ea58083 100644 --- a/.github/PULL_REQUEST_TEMPLATE.MD +++ b/.github/PULL_REQUEST_TEMPLATE.MD @@ -12,4 +12,5 @@ Please explain the changes you made here. - [ ] Code lints properly (run `scripts/lint`). - [ ] Tests pass (run `scripts/test`). - [ ] Documentation has been updated to reflect changes, if applicable. +- [ ] `examples/` is updated to reflect new STAC objects, if applicable. - [ ] Changes are added to the [CHANGELOG](../CHANGELOG.md).