Skip to content

Commit f9c164f

Browse files
authored
Docs: New syntax issue template (#14826)
1 parent eba0c45 commit f9c164f

1 file changed

Lines changed: 43 additions & 0 deletions

File tree

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
---
2+
name: "\U0001F4DD Request new syntax support"
3+
about: Request new stage 4 syntax be supported.
4+
title: ''
5+
labels:
6+
- core
7+
- new syntax
8+
assignees: ''
9+
10+
---
11+
12+
<!--
13+
ESLint adheres to the Open JS Foundation Code of Conduct:
14+
https://eslint.org/conduct
15+
-->
16+
17+
**What is the name of the syntax to implement?**
18+
19+
<!-- for example, "class fields" -->
20+
21+
**Please provide the TC39 URL for the syntax proposal:**
22+
23+
24+
25+
**Please provide some example code for the new syntax:**
26+
27+
```js
28+
// example code here
29+
```
30+
31+
## Implementation Checklist
32+
33+
Please check off all items that have already been completed. Be sure to paste the pull request URLs next to each item so we can verify the work as done.
34+
35+
- [ ] Ecma262 update: <!-- paste PR URL for this syntax here -->
36+
- [ ] ESTree update: <!-- paste PR URL for this ESTree update here -->
37+
- [ ] Acorn update: <!-- paste PR URL for this syntax here -->
38+
- [ ] `eslint-visitor-keys` update: <!-- paste PR URL for this syntax here -->
39+
- [ ] `espree` update: <!-- paste PR URL for this syntax here -->
40+
- [ ] `eslint-scope` update: <!-- paste PR URL for this syntax here -->
41+
- [ ] `eslint` update: <!-- paste PR URL for this syntax here -->
42+
43+
**Are you willing to submit a pull request to implement this syntax?**

0 commit comments

Comments
 (0)