Skip to content

Commit 11a112f

Browse files
committed
Add pull request template
1 parent fcb69fd commit 11a112f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/pull_request_template.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
**Related Issue(s):** #
2+
3+
4+
**Description:**
5+
6+
7+
**PR Checklist:**
8+
9+
- [ ] Code is formatted (run `scripts/format`)
10+
- [ ] Tests pass (run `scripts/test`)
11+
- [ ] This PR maintains or improves overall codebase code coverage.
12+
- [ ] 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.

0 commit comments

Comments
 (0)