Delete 1_language_support.yml

Joseph T. Lyons created

Change summary

.github/ISSUE_TEMPLATE/1_language_support.yml | 47 ---------------------
1 file changed, 47 deletions(-)

Detailed changes

.github/ISSUE_TEMPLATE/1_language_support.yml 🔗

@@ -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