From 284d055e270474d71f2b82a0a62193d9441a062c Mon Sep 17 00:00:00 2001 From: zacharyburnett Date: Wed, 11 Sep 2024 10:45:35 -0400 Subject: [PATCH] reword public API to downstream API --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index befd830d..d62ed91a 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -13,7 +13,7 @@ This PR addresses ... ## Tasks - [ ] update or add relevant tests - [ ] update relevant docstrings and / or `docs/` page -- [ ] Does this PR change the public API? (if not, label with `no-changelog-entry-needed`) +- [ ] Does this PR change any API used downstream? (if not, label with `no-changelog-entry-needed`) - [ ] write news fragment(s) in `changes/`: `echo "changed something" > changes/..rst` (see below for change types) - [ ] run regression tests with this branch installed (`"git+https://github.com//stpipe@"`) - [ ] [`jwst` regression test](https://github.com/spacetelescope/RegressionTests/actions/workflows/jwst.yml)