Skip to content

Commit 73a3de4

Browse files
authored
Add PR template for new SPECs (#393)
1 parent 4457d66 commit 73a3de4

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<!-- Thanks for proposing a new SPEC! Make sure your PR title is descriptive and short. -->
2+
3+
## Attestation
4+
5+
- [ ] I have read and understood the [SPEC Purpose and Process](https://scientific-python.org/specs/purpose-and-process/) guidelines.
6+
7+
## Description
8+
9+
<!--- Please summarize the purpose of this new SPEC, in 1-3 sentences. -->
10+
11+
## Link to SPEC Committee's "viability" discussion thread (required)
12+
13+
<!--
14+
Insert a link to this proposal's initial viability discussion thread in
15+
https://discuss.scientific-python.org/c/specs/ideas
16+
-->
17+
18+
## Description of (or link to) exploratory discussions/POCs (optional)
19+
20+
<!--
21+
SPEC guidelines suggest a first step of one of the following:
22+
23+
1. discuss the idea with at least one project in the ecosystem,
24+
1. discuss the idea with at least one other member of the ecosystem, or
25+
1. create a minimal, proof of concept (POC) prototype.
26+
27+
(see https://scientific-python.org/specs/purpose-and-process/#new-spec-proposals).
28+
In this field, include a description of those preliminary steps and/or links to public discussions or POCs.
29+
-->

.github/pull_request_template.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
If you are opening this PR to propose a new SPEC, please go to the `Preview` tab,
2+
then [click here for the new SPEC template](?expand=1&template=new_spec.md).
3+
Otherwise, delete this text and proceed with your PR as normal.

0 commit comments

Comments
 (0)