Skip to content

Commit 04acbe0

Browse files
authored
Create new-language.yml
1 parent 6b412f6 commit 04acbe0

1 file changed

Lines changed: 35 additions & 0 deletions

File tree

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
name: New Language Support
2+
description: Add support for an additional language
3+
title: "[language]: "
4+
labels: ["language", "enhancement"]
5+
body:
6+
- type: input
7+
id: language
8+
attributes:
9+
label: Language Name
10+
description: The name of the language you want to add.
11+
placeholder: e.g. TypeScript
12+
validations:
13+
required: true
14+
- type: input
15+
id: tree-sitter-link
16+
attributes:
17+
label: Tree-Sitter Grammar
18+
description: A link to the tree-sitter grammar on GitHub
19+
placeholder: e.g. https://github.com/tree-sitter/tree-sitter-c
20+
validations:
21+
required: true
22+
- type: dropdown
23+
attributes:
24+
label: I will work on this
25+
multiple: false
26+
options:
27+
- Yes
28+
- No
29+
validations:
30+
required: true
31+
- type: textarea
32+
attributes:
33+
label: Additional Info (optional)
34+
validations:
35+
required: false

0 commit comments

Comments
 (0)