Delete 1_language_support.yml
This commit is contained in:
parent
d8276b0f0d
commit
b575fbb449
1 changed files with 0 additions and 47 deletions
47
.github/ISSUE_TEMPLATE/1_language_support.yml
vendored
47
.github/ISSUE_TEMPLATE/1_language_support.yml
vendored
|
@ -1,47 +0,0 @@
|
||||||
name: Language Support
|
|
||||||
description: Request language support
|
|
||||||
title: "<name_of_language> support"
|
|
||||||
labels:
|
|
||||||
[
|
|
||||||
"admin read",
|
|
||||||
"triage",
|
|
||||||
"enhancement",
|
|
||||||
"language",
|
|
||||||
"unsupported language",
|
|
||||||
"potential extension",
|
|
||||||
]
|
|
||||||
body:
|
|
||||||
- type: checkboxes
|
|
||||||
attributes:
|
|
||||||
label: Check for existing issues
|
|
||||||
description: Check the backlog of issues to reduce the chances of creating duplicates; if an issue already exists, place a `+1` (👍) on it.
|
|
||||||
options:
|
|
||||||
- label: Completed
|
|
||||||
required: true
|
|
||||||
- type: input
|
|
||||||
attributes:
|
|
||||||
label: Language
|
|
||||||
description: What language do you want support for?
|
|
||||||
placeholder: HTML
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: input
|
|
||||||
attributes:
|
|
||||||
label: Tree Sitter parser link
|
|
||||||
description: If applicable, provide a link to the appropriate tree sitter parser. Look here first - https://tree-sitter.github.io/tree-sitter/#available-parsers
|
|
||||||
placeholder: https://github.com/tree-sitter/tree-sitter-html
|
|
||||||
validations:
|
|
||||||
required: false
|
|
||||||
- type: input
|
|
||||||
attributes:
|
|
||||||
label: Language server link
|
|
||||||
description: If applicable, provide a link to the appropriate language server. Look here first - https://microsoft.github.io/language-server-protocol/implementors/servers/
|
|
||||||
placeholder: https://github.com/Microsoft/vscode/tree/main/extensions/html-language-features/server
|
|
||||||
validations:
|
|
||||||
required: false
|
|
||||||
- type: textarea
|
|
||||||
attributes:
|
|
||||||
label: Misc notes
|
|
||||||
description: Provide any additional things the team should consider when adding support for this language
|
|
||||||
validations:
|
|
||||||
required: false
|
|
Loading…
Add table
Add a link
Reference in a new issue