Skip to content

Commit f0ffd4f

Browse files
committed
Added pull request template.
1 parent c1aeb35 commit f0ffd4f

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# \<TITLE>
2+
3+
|||
4+
|---|---
5+
| **JEP** |
6+
| **Author** | \<author>
7+
| **Status** | draft
8+
| **Created**| \<date>
9+
10+
## Abstract
11+
12+
## Motivation
13+
14+
For example, suppose we had this data:
15+
16+
```
17+
{"first_choice": "WA",
18+
"states": [
19+
{"name": "WA", "cities": ["Seattle", "Bellevue", "Olympia"]},
20+
{"name": "CA", "cities": ["Los Angeles", "San Francisco"]},
21+
{"name": "NY", "cities": ["New York City", "Albany"]},
22+
]
23+
}
24+
```
25+
## Specification
26+
27+
Describe the grammar changes or new functions.
28+
29+
## Rationale
30+
31+
Why problems is this JEP addressing?
32+
Has alternatives been considered?

0 commit comments

Comments
 (0)