Skip to content

Commit 20a9bc0

Browse files
committed
chore: cleanup github templates
1 parent 0612be9 commit 20a9bc0

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ Steps to reproduce the behavior:
66

77
> Ex.
88
>
9-
> 1. Install stactools
10-
> 2. Run `scripts/test`
9+
> 1. Install pystac w/ dev requirements: `pip install -e . -r requirements-dev.txt`
10+
> 2. Run `pytest`
1111
> 3. See error
1212
1313
Include OS, Python version, and PySTAC version.
@@ -18,7 +18,7 @@ A clear and concise description of what you expected to happen.
1818
**Screenshots and shell session dumps**
1919
If applicable, add session dumps and/or screenshots to help explain your problem.
2020

21-
> ex. `scripts/lint >> lint_errors.txt`
21+
> ex. `pre-commit run ruff > ruff.txt`
2222
2323
**Additional context**
2424
Add any other context about the problem here.

.github/pull_request_template.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66

77
**PR Checklist:**
88

9-
- [ ] `pre-commit` hooks pass locally
10-
- [ ] Tests pass (run `scripts/test`)
9+
- [ ] Pre-commit hooks and tests pass (run `scripts/test`)
1110
- [ ] Documentation has been updated to reflect changes, if applicable
1211
- [ ] This PR maintains or improves overall codebase code coverage.
1312
- [ ] Changes are added to the [CHANGELOG](https://github.com/stac-utils/pystac/blob/main/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)