Skip to content

Commit a90be05

Browse files
committed
Update issue template with information about grammar versions
1 parent d6ac60f commit a90be05

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

.github/ISSUE_TEMPLATE.md

+17-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
*Use the template below when reporting bugs. Please, make sure that
2-
you're running the latest stable clojure-mode and that the problem you're reporting
2+
you're running the latest stable clojure-ts-mode and that the problem you're reporting
33
hasn't been reported (and potentially fixed) already.*
44

55
**Please, remove all of the placeholder text (the one in italics) in your final report!**
@@ -21,9 +21,24 @@ a problem will expedite its solution.*
2121
clojure-ts-mode-display-version`. Here's an example:*
2222

2323
```
24-
clojure-ts-mode (version 5.2.0)
24+
clojure-ts-mode (version 0.1.5)
2525
```
2626

27+
### tree-sitter-clojure grammar version
28+
29+
*E.g. v0.0.12*
30+
31+
*Please make sure you are using compatible tree-sitter grammars.
32+
See the variable clojure-ts-grammar-recipes for the current recommend versions.
33+
They should be installed automatically if not found.
34+
However, some linux distributions package these same grammars and Emacs will use them if found.*
35+
36+
**If you are not sure what version you are using, try running
37+
M-x treesit-install-language-grammar <RET> clojure <RET> y, and use the values
38+
https://github.com/sogaiu/tree-sitter-clojure.git for the URL,
39+
v0.0.12 for the TAG and default values for the remaining options.
40+
Then see if the problem still persists.**
41+
2742
### Emacs version
2843

2944
*E.g. 29.1* (use <kbd>C-h C-a</kbd> to see it)

0 commit comments

Comments
 (0)