Skip to content

Commit f03d720

Browse files
Add Implementation Survey section to PR template (#29)
1 parent 005cd47 commit f03d720

File tree

1 file changed

+60
-0
lines changed

1 file changed

+60
-0
lines changed

.github/PULL_REQUEST_TEMPLATE/pull_request_template.md

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,63 @@ Describe the grammar changes or new functions.
2929

3030
Why problems is this JEP addressing?
3131
Has alternatives been considered?
32+
33+
## Implementation Survey
34+
35+
*Omit this section if not relevant*
36+
37+
Provide a minimal demonstration of how the proposed functionality would be implemented for each programming language.
38+
Include links to any proposed dependencies. This is to ensure that each language can support the proposed functionality, allows for
39+
the review of any additional dependencies that would need to be included with each implementation, provides reference for implementers,
40+
and ensures that each proposed implementation in each language has consistent behaviour across all languages.
41+
42+
43+
### Javascript/Typescript
44+
45+
```typescript
46+
```
47+
48+
### NodeJS
49+
50+
```nodejs
51+
```
52+
53+
### Python
54+
55+
```python3
56+
```
57+
58+
### C/C++
59+
60+
```c++
61+
```
62+
63+
### C#
64+
65+
```c#
66+
```
67+
68+
### PHP
69+
70+
```php
71+
```
72+
73+
### Java
74+
75+
```java
76+
```
77+
78+
### Rust
79+
80+
```rust
81+
```
82+
83+
### Go
84+
85+
```go
86+
```
87+
88+
### Lua
89+
90+
```lua
91+
```

0 commit comments

Comments
 (0)