-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Create TEMPLATE.md We should use a different template for the JEP file vs the PR as they should contain different (but slightly overlapping) information. For example, I wouldn't include the implementation survey in the file, it is really only needed when considering merging a JEP. * Update pull_request_template.md * Update TEMPLATE.md
- Loading branch information
1 parent
72948b5
commit 1f691c3
Showing
2 changed files
with
52 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# \<TITLE> | ||
|
||
||| | ||
|---|--- | ||
| **JEP** | | ||
| **Author** | \<author> | ||
| **Created**| \<date> | ||
| **[SemVer](https://semver.org/spec/v2.0.0.html#summary)** | MAJOR\|MINOR\|PATCH | ||
|
||
## Abstract | ||
|
||
## Motivation | ||
|
||
For example, suppose we had this data: | ||
|
||
``` | ||
{"first_choice": "WA", | ||
"states": [ | ||
{"name": "WA", "cities": ["Seattle", "Bellevue", "Olympia"]}, | ||
{"name": "CA", "cities": ["Los Angeles", "San Francisco"]}, | ||
{"name": "NY", "cities": ["New York City", "Albany"]}, | ||
] | ||
} | ||
``` | ||
|
||
## Specification | ||
|
||
Describe the grammar changes or new functions. | ||
|
||
## Rationale | ||
|
||
What problems is this JEP addressing? | ||
Has alternatives been considered? | ||
|
||
## Implementation Notes | ||
|
||
Are there any details that implementers should try to follow? |