Skip to content

Commit f1a55eb

Browse files
committed
chore: add PR template
1 parent c232fe3 commit f1a55eb

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
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

0 commit comments

Comments
 (0)