-
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
Adding a distribution section to the JEP JEP and small tweaks #38
Conversation
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.
@choldgraf Thanks for the PR. I've made some clarifying suggestions.
29-jep-process/README.md
Outdated
|
||
### The JEP public archive website | ||
|
||
A list of all current JEPs and the content present in the pull request exists at |
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.
The JEP itself should be self contained for relevant links to discussions. At a minimum the website should have a reader-friendly version of JEPs.
I would clarify that the JEP itself, not the website, contains this information. The JEPs can be displayed to provide the community easier navigation and access to the information contained in the JEP repo.
29-jep-process/README.md
Outdated
|
||
- Final Comment Period (FCP): A finite-time, post-approval period for the community to make final comments. | ||
- **Final Comment Period (FCP)**: A finite-time, post-approval period for the community to make final 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.
Shouldn't this be pre-approval so that folks have a window of time to comment prior to JEP acceptance.
@@ -25,7 +25,7 @@ Below is a list of JEPs that have been submitted. To view the discussion around | |||
| 0025 | Completed | [Enterprise Gateway](https://github.com/jupyter/enhancement-proposals/pull/25) | | |||
| 0026 | **Submitted** | [Add Language Server Support to Jupyter Server and jupyterlab-monaco](https://github.com/jupyter/enhancement-proposals/pull/26) | | |||
| 0028 | **Submitted** | [Standalone Jupyter Server](https://github.com/jupyter/enhancement-proposals/pull/28) | | |||
|
|||
| 0029 | **Submitted** | [Jupyter Enhancement Proposal updates](https://github.com/jupyter/enhancement-proposals/pull/29) |
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.
Excellent!
Co-Authored-By: choldgraf <choldgraf@gmail.com>
quick update:
|
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.
These updates look great to me @choldgraf. I'll leave for others to comment / merge.
cc: @mckev-amazon |
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.
Thanks!
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.
lgtm!
Thanks folks. 👍 |
yay! |
Hey all - this PR builds off of #29 to add some language to the JEP enhancement proposal. There's a relevant issue to discuss this here: #27
This PR is primarily about adding a "distribution" section to the "meta JEP". It mentions using a public website as an "archive" of finished JEPs. I tried not to tie it in to any specific technology, since I feel like that is more of an implementation detail and we can cross that bridge when we come to it. Hope that's OK.
The PR also:
Lemme know what folks think!