Skip to content

Commit 42aa002

Browse files
committed
Minor corrections to spelling, grammar
1 parent c5a2345 commit 42aa002

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

29-jep-process/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Since the JEP process was created, Jupyter has grown in the number of users, div
2727

2828
As a result, there is a need to revitalize and reorganize an efficient and robust centralized proposal and decision making process for major work units across the project.
2929

30-
## Goals and Tenants
30+
## Goals and Tenets
3131

3232
Project Jupyter has adopted the Jupyter Enhancement Proposal process (JEP) to address distributed collaboration and experimentation as the project scales in the dimensions of contributors, components, and lines of code. At a high level, the primary guiding principle of the JEP process is to encourage collaboration and discussion as early as possible in the lifecycle of a major proposed change in Jupyter, with the goal of preventing costly rework, competing ideas, and unnecessary forking or fragmentation of ideas.
3333

@@ -76,9 +76,9 @@ In order to transition out of the pre-proposal stage, the following checklist mu
7676
3. A *Shepherd* is identified to see the process through. (Shepherds are assigned on a round-robin basis from a set of interested engaged volunteers).
7777
4. A number is assigned to the JEP to track it through the rest of the process.
7878

79-
Outcome:
79+
Outcome:
8080

81-
The Shepard decides if the JEP criteria have been met.
81+
The Shepherd decides if the JEP criteria have been met.
8282

8383
- *It's a JEP! Please create a new PR with the JEP contents using template X. On that basis, you can resolve this issue unless you have further questions.*
8484
- It’s not a JEP. (Provide reasons and close the issue.)
@@ -100,7 +100,7 @@ As the JEP is being implemented, the implementer(s) are submitting pull requests
100100
1. In progress implementation via (list of PRs).
101101
2. Fully implemented via (list of PRs).
102102

103-
If in the course of implementation, it is discovered that the implementation needs to be radically different from what was defined in the original JEP, then a pull request needs to be submitted to modify the original JEP with the new necessary implementation and a note sighting the need for a modification to the JEP. This pull request should be re-approved by the original review team.
103+
If in the course of implementation, it is discovered that the implementation needs to be radically different from what was defined in the original JEP, then a pull request needs to be submitted to modify the original JEP with the new necessary implementation and a note citing the need for a modification to the JEP. This pull request should be re-approved by the original review team.
104104

105105
If in the course of the implementation, the implementer(s) can choose to withdraw from the original JEP if they are no longer interested in implementing the JEP or see infeasibilities in the JEP.
106106

@@ -110,7 +110,7 @@ If in the course of the implementation, the implementer(s) can choose to withdra
110110

111111
## What qualifies as a JEP?
112112

113-
This section contains a list of principles and scenarios that can be used to help define a set of principles for determining when something is a JEP. The principles will be used both to determine when something becomes a PR during the JEP pre-proposal stage, as well as to determine when a PR becomes a JEP at an individual repo level.
113+
This section contains a set of principles to help determine when something is a JEP. The principles will be used to determine when something becomes a PR during the JEP pre-proposal stage, as well as to determine when a PR becomes a JEP at an individual repo level.
114114

115115
**Principles (If yes, Requires a JEP)**
116116

@@ -123,7 +123,7 @@ This section contains a list of principles and scenarios that can be used to hel
123123
- Deferred kernel startup
124124
- Does the proposal/implementation create a new concept that will impact multiple repositories?
125125
- - Sandboxed cell outputs
126-
- The proposal involve creating a new repository or subproject?
126+
- Does the proposal involve creating a new repository or subproject?
127127

128128
### Glossary
129129

0 commit comments

Comments
 (0)