diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 000000000..c2c605d97 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,12 @@ +**Related Issue(s):** # + + +**Description:** + + +**PR Checklist:** + +- [ ] Code is formatted (run `scripts/format`) +- [ ] Tests pass (run `scripts/test`) +- [ ] This PR maintains or improves overall codebase code coverage. +- [ ] Changes are added to the [CHANGELOG](https://github.com/stac-utils/pystac/blob/develop/CHANGELOG.md). See [the docs](https://pystac.readthedocs.io/en/latest/contributing.html#changelog) for information about adding to the changelog. \ No newline at end of file