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 new file mode 100644 index 00000000..a4cac810 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +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 template](?expand=1&template=new_spec.md). +Otherwise, delete this text and proceed with your PR as normal.