|
1 | | -<!-- If this PR closes a JIRA ticket, make sure the title starts with the JIRA issue number, |
2 | | -for example JP-1234: <Fix a bug> --> |
3 | | -Resolves [JP-nnnn](https://jira.stsci.edu/browse/JP-nnnn) |
4 | | -Resolves [RCAL-nnnn](https://jira.stsci.edu/browse/RCAL-nnnn) |
| 1 | +<!-- If this PR addresses a JIRA ticket: --> |
| 2 | +<!-- Resolves [JP-nnnn](https://jira.stsci.edu/browse/JP-nnnn) --> |
| 3 | +<!-- Resolves [RCAL-nnnn](https://jira.stsci.edu/browse/RCAL-nnnn) --> |
5 | 4 |
|
6 | | -<!-- If this PR closes a GitHub issue, reference it here by its number --> |
7 | | -Closes # |
| 5 | +<!-- If this PR will close an existing GitHub issue (that is not already attached to a JIRA ticket): --> |
| 6 | +<!-- Closes # --> |
8 | 7 |
|
9 | | -<!-- describe the changes comprising this PR here --> |
10 | | -This PR addresses ... |
| 8 | +<!-- Describe your changes here: --> |
| 9 | + |
| 10 | +## Description |
| 11 | + |
| 12 | +This change ... |
| 13 | + |
| 14 | +<!-- If you can't perform these tasks due to permissions, reach out to a maintainer. --> |
11 | 15 |
|
12 | | -<!-- if you can't perform these tasks due to permissions, please ask a maintainer to do them --> |
13 | 16 | ## Tasks |
| 17 | + |
14 | 18 | - [ ] update or add relevant tests |
15 | 19 | - [ ] update relevant docstrings and / or `docs/` page |
16 | | -- [ ] Does this PR change any API used downstream? (if not, label with `no-changelog-entry-needed`) |
17 | | - - [ ] write news fragment(s) in `changes/`: `echo "changed something" > changes/<PR#>.<changetype>.rst` (see [changelog readme](https://github.com/spacetelescope/stpipe/blob/main/changes/README.rst) for instructions) |
| 20 | +- [ ] If this change affects user-facing code or public API, add news fragment file(s) to `changes/` (see [the changelog instructions](https://github.com/spacetelescope/stpipe/blob/main/changes/README.md)). |
| 21 | + Otherwise, add the `no-changelog-entry-needed` label. |
18 | 22 | - [ ] run regression tests with this branch installed (`stpipe@git+https://github.com/<fork>/stpipe.git@<branch>`) |
19 | 23 | - [ ] [`jwst` regression test](https://github.com/spacetelescope/RegressionTests/actions/workflows/jwst.yml) |
20 | 24 | - [ ] [`romancal` regression test](https://github.com/spacetelescope/RegressionTests/actions/workflows/romancal.yml) |
0 commit comments