-
Notifications
You must be signed in to change notification settings - Fork 65
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
Add meta-JEP for new JEP process #29
Conversation
It would be helpful to give this JEP a number similar to the Python PEP process and merge this version with the current date with a header similar to: https://www.python.org/dev/peps/pep-0580/ For example:
The benefit would be we could merge a starting point and iterate on subsequent PRs instead of one PR with too many comments to be useful. Thoughts? @captainsafia |
@willingc Good call - building a table similar to the one above and specifically assigning a JEP number should probably be the final step of the pre-approval step. That way, the JEP PR can have the JEP # in the PR contents (PR title, directory name, etc.) Let's add that detail to the doc. |
Good to see this process being revitalized. Thank you all for working on it. I started a review with some minor corrections and questions to consider, but then saw @willingc's suggestion that this PR should merge as-is and edits should be made in follow-on PRs. I'll save my comments until it's in. |
cacd7d3
to
6348e76
Compare
@willingc Roger that! I've added the content header. @mckev-amazon I've added this is as a step. @parente Sounds good! I'll merge this and feel free to add your edits in a follow-on. Thanks! |
first off I just want to note that I think this is awesome! Thanks for revitalizing this process! <3 Three quick questions (I'm commenting on this PR because I'm not sure where conversations around JEPs should be...feel free to tell me to put this somewhere else):
|
This repo probably makes the most sense for conversations to happen.
Ideas have been thrown out but more concrete plans (creating a newsletter, creating a Twitter bot that tweets out JEPs) will need to be outlined in future iterations of the JEP.
I think that's a good idea! Feel free to submit a PR adding a new "distribution" header to the existing JEP that outlines a website as one point of sharing about JEPs in the future. |
@choldgraf Great questions. I think @captainsafia covered the responses. Ideally, most conversation will happen on the repo. Let's revisit after the dev meeting whether an email letting folks know about the JEP reboot would be helpful. |
This is really exciting! Thanks @captainsafia for getting this into motion |
No problem! Thanks for jumping on the conversation, @lheagy! Feel free to review this draft and post edits/follow-ups in a PR on the main issue. |
This process looks great from my perspective. Thank you all for putting this together! If I had any suggestions would it make sense to propose those as PRs to this file? |
@choldgraf do you think a JEP discourse category makes sense (instead of a mailing list)? |
I'd be +1 on creating a category for this on the community forum. I wonder if it'd be best as a top-level category, or a sub-category under "Governance" (https://discourse.jupyter.org/c/governance)? |
This is the meta-JEP for the new JEP workflow that was proposed during NES in early February.
This is a draft of the document that was created during the JEP session. Some more content needs to be added.
The pre-proposal associated with this JEP is #27.