From b575fbb44915925cff9b321223461a94d4ed2ed9 Mon Sep 17 00:00:00 2001 From: "Joseph T. Lyons" Date: Mon, 26 Feb 2024 01:04:15 -0500 Subject: [PATCH] Delete 1_language_support.yml --- .github/ISSUE_TEMPLATE/1_language_support.yml | 47 ------------------- 1 file changed, 47 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/1_language_support.yml diff --git a/.github/ISSUE_TEMPLATE/1_language_support.yml b/.github/ISSUE_TEMPLATE/1_language_support.yml deleted file mode 100644 index d56f7056bc..0000000000 --- a/.github/ISSUE_TEMPLATE/1_language_support.yml +++ /dev/null @@ -1,47 +0,0 @@ -name: Language Support -description: Request language support -title: " 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