diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 67aaee60b1..f752fda84b 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -84,7 +84,11 @@ This PR addresses ... - ``changes/.tweakreg.rst`` - ``changes/.skymatch.rst`` - ``changes/.exp_to_source.rst`` -- ``changes/.outlier_detection.rst`` +- ``changes/.outlier_detection_coron.rst`` +- ``changes/.outlier_detection_ifu.rst`` +- ``changes/.outlier_detection_imaging.rst`` +- ``changes/.outlier_detection_spec.rst`` +- ``changes/.outlier_detection_tso.rst`` - ``changes/.tso_photometry.rst`` - ``changes/.stack_refs.rst`` - ``changes/.align_refs.rst`` diff --git a/pyproject.toml b/pyproject.toml index 95036c6bc3..bc02e436f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -541,8 +541,28 @@ name = "nsclean (spec2 IFU, spec2 MOS)" showcontent = true [[tool.towncrier.type]] -directory = "outlier_detection" -name = 'outlier_detection (image3, tso3, spec3, coron3)' +directory = "outlier_detection_coron" +name = 'outlier_detection_coron (coron3)' +showcontent = true + +[[tool.towncrier.type]] +directory = "outlier_detection_ifu" +name = 'outlier_detection_ifu (spec3)' +showcontent = true + +[[tool.towncrier.type]] +directory = "outlier_detection_imaging" +name = 'outlier_detection_imaging (image3)' +showcontent = true + +[[tool.towncrier.type]] +directory = "outlier_detection_spec" +name = 'outlier_detection_spec (spec3)' +showcontent = true + +[[tool.towncrier.type]] +directory = "outlier_detection_tso" +name = 'outlier_detection_tso (tso3)' showcontent = true [[tool.towncrier.type]]