File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed
Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change 1+ ## Description
2+
3+ Briefly describe what this PR does
4+
5+ > [ !NOTE]
6+ > Please open your PR against ` develop ` branch. It will merged into develop and in ~ 5-7 days merged into main
7+ as part of ` Weekly updates PR ` .
8+
9+ ## Type of Change
10+
11+ - [ ] Bug fix
12+ - [ ] New feature
13+ - [ ] Documentation update
14+ - [ ] Refactoring
15+ - [ ] Tree-sitter grammar change
16+
17+ ## Checklist
18+
19+ - [ ] I have read the [ CONTRIBUTING.md] ( ../CONTRIBUTING.md ) guidelines
20+ - [ ] Code follows the project style (run ` ./scripts/lint.sh check-code ` )
21+ - [ ] Tests pass locally (` make test ` )
22+ - [ ] Documentation is updated (if applicable)
23+ - [ ] Docs follow the style guide (run ` ./scripts/lint.sh check-docs ` )
24+
25+ ### If this PR includes tree-sitter grammar changes:
26+
27+ - [ ] Updated version in ` lua/tree-sitter/tree-sitter.json `
28+ - [ ] Built tree-sitter (` tree-sitter generate && tree-sitter build ` )
29+ - [ ] Verified no parse errors in HTTP files
30+ - [ ] Did NOT auto-update tree snapshots (only update when explicitly requested)
31+
32+ ## Related Issues
33+
34+ Link any related issues: Fixes #123 , Closes #456
You can’t perform that action at this time.
0 commit comments