Skip to content

Commit decd054

Browse files
Update bug report and readme for tree-sitter support.
1 parent a72d091 commit decd054

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@ name: Bug report
22
description: Create a report to help us improve orgmode
33
labels: bug
44
body:
5+
- type: dropdown
6+
validations:
7+
required: true
8+
attributes:
9+
label: Are you using "tree-sitter" branch?
10+
options:
11+
- 'Yes'
12+
- 'No'
513
- type: textarea
614
validations:
715
required: true

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414

1515
</div>
1616

17+
## Tree-sitter
18+
Experimental tree-sitter support branch: https://github.com/kristijanhusak/orgmode.nvim/tree/tree-sitter
19+
1720
## Installation
1821

1922
Use your favourite package manager:

0 commit comments

Comments
 (0)