Skip to content

Commit

Permalink
Add more examples to issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinegb committed Dec 30, 2024
1 parent 594ba1d commit d53bc93
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/1-grammar-bug.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Grammar Bug
description: A bug related to the Tree-Sitter grammar, such as a bug with syntax highlighting.
description: A bug related to the Tree-Sitter grammar (e.g. syntax highlighting, auto-indents, outline, bracket-closing).
labels: ["bug", "grammar"]
body:
- type: checkboxes
Expand All @@ -8,7 +8,7 @@ body:
label: Relevance Confirmation
description: Have you confirmed by checking the Tree-Sitter Java grammar first that this is indeed a bug with the Zed Java extension?
options:
- label: I confirmed that this is not an issue with the Tree-Sitter Java grammar
- label: I confirmed that this is not an issue with the Tree-Sitter Java grammar itself
required: true
- type: textarea
id: what-happened
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/2-language-server-bug.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Language Server Bug
description: A bug related to the language server, such as a bug with autocomplete.
description: A bug related to the language server (e.g. autocomplete, diagnostics, hover-docs, go to symbol, initialization options).
labels: ["bug", "language-server"]
body:
- type: checkboxes
Expand All @@ -8,7 +8,7 @@ body:
label: Relevance Confirmation
description: Have you confirmed by checking Eclipse JDT Language Server first that this is indeed a bug with the Zed Java extension?
options:
- label: I confirmed that this is not an issue with the Eclipse JDT Language Server
- label: I confirmed that this is not an issue with the Eclipse JDT Language Server itself
required: true
- type: textarea
id: what-happened
Expand Down

0 comments on commit d53bc93

Please sign in to comment.