From 5c7856eb53b000e278d3d73f6307072a02366778 Mon Sep 17 00:00:00 2001 From: Daniel McCloy Date: Thu, 22 May 2025 16:47:06 -0500 Subject: [PATCH 1/3] add PR template --- .github/pull_request_template.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..b152623a --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,32 @@ + + +## Attestation + +- [ ] I have read and understood the [SPEC Purpose and Process](https://scientific-python.org/specs/purpose-and-process/) guidelines + +## Description + + +## Link to SPEC Committee's "viability" discussion thread (required) + + +## Link to "public comments" discussion thread (required) + + +## Description of (or link to) exploratory discussions/POCs (optional) + From 4f59218ba605c74ba53453090125bd4ff60dd08d Mon Sep 17 00:00:00 2001 From: Daniel McCloy Date: Mon, 9 Jun 2025 14:29:12 -0500 Subject: [PATCH 2/3] try the fancy way --- .github/PULL_REQUEST_TEMPLATE/new_spec.md | 36 +++++++++++++++++++++++ .github/pull_request_template.md | 35 ++-------------------- 2 files changed, 39 insertions(+), 32 deletions(-) create mode 100644 .github/PULL_REQUEST_TEMPLATE/new_spec.md diff --git a/.github/PULL_REQUEST_TEMPLATE/new_spec.md b/.github/PULL_REQUEST_TEMPLATE/new_spec.md new file mode 100644 index 00000000..8d9b2981 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/new_spec.md @@ -0,0 +1,36 @@ + + +## Attestation + +- [ ] I have read and understood the [SPEC Purpose and Process](https://scientific-python.org/specs/purpose-and-process/) guidelines + +## Description + + + +## Link to SPEC Committee's "viability" discussion thread (required) + + + +## Link to "public comments" discussion thread (required) + + + +## Description of (or link to) exploratory discussions/POCs (optional) + + diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index b152623a..a580ba88 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,32 +1,3 @@ - - -## Attestation - -- [ ] I have read and understood the [SPEC Purpose and Process](https://scientific-python.org/specs/purpose-and-process/) guidelines - -## Description - - -## Link to SPEC Committee's "viability" discussion thread (required) - - -## Link to "public comments" discussion thread (required) - - -## Description of (or link to) exploratory discussions/POCs (optional) - +If you are opening this PR to propose a new SPEC, please go to the `Preview` tab, +then [click here for the new SPEC templatee](?expand=1&template=new_spec.md). +Otherwise, delete this text and proceed with your PR as normal. From 19e8a448e14e2421c89111e74ba4de1e3091a403 Mon Sep 17 00:00:00 2001 From: Jarrod Millman Date: Fri, 18 Jul 2025 12:12:46 -0700 Subject: [PATCH 3/3] Update .github/pull_request_template.md Co-authored-by: Daniel McCloy --- .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 a580ba88..a4cac810 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,3 +1,3 @@ If you are opening this PR to propose a new SPEC, please go to the `Preview` tab, -then [click here for the new SPEC templatee](?expand=1&template=new_spec.md). +then [click here for the new SPEC template](?expand=1&template=new_spec.md). Otherwise, delete this text and proceed with your PR as normal.