-
Notifications
You must be signed in to change notification settings - Fork 54
add PR template for new SPECs #393
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 3 commits
5c7856e
4f59218
19e8a44
fc08a13
2c8b012
fb22492
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @@ -0,0 +1,36 @@ | ||||||||||||||
| <!-- Thanks for proposing a new SPEC! Make sure your PR title is descriptive and short. --> | ||||||||||||||
|
|
||||||||||||||
| ## Attestation | ||||||||||||||
|
|
||||||||||||||
| - [ ] I have read and understood the [SPEC Purpose and Process](https://scientific-python.org/specs/purpose-and-process/) guidelines | ||||||||||||||
|
|
||||||||||||||
| ## Description | ||||||||||||||
|
|
||||||||||||||
| <!--- Please summarize the purpose of this new SPEC, in 1-3 sentences. --> | ||||||||||||||
|
|
||||||||||||||
| ## Link to SPEC Committee's "viability" discussion thread (required) | ||||||||||||||
|
|
||||||||||||||
| <!-- | ||||||||||||||
| Insert a link to this proposal's initial viability discussion thread in | ||||||||||||||
| https://discuss.scientific-python.org/c/specs/ideas | ||||||||||||||
| --> | ||||||||||||||
|
|
||||||||||||||
| ## Link to "public comments" discussion thread (required) | ||||||||||||||
|
|
||||||||||||||
| <!-- | ||||||||||||||
| insert a link to this proposal's community-wide discussion thread in | ||||||||||||||
| https://discuss.scientific-python.org/c/specs/web-comments | ||||||||||||||
| --> | ||||||||||||||
|
||||||||||||||
| ## Link to "public comments" discussion thread (required) | |
| <!-- | |
| insert a link to this proposal's community-wide discussion thread in | |
| https://discuss.scientific-python.org/c/specs/web-comments | |
| --> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
while the link is incorrect, isn't the assumption here is that there is already a discourse thread about a SPEC topic prior opening a PR with the SPEC text?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We haven't had a requirement for public comments on the forum; public comments come in on the GH PR, typically.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(And, once published, they can comment on the SPEC itself directly from the website.)
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -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. |
Uh oh!
There was an error while loading. Please reload this page.