.github/pull_request_template.md 535 B raw
1
## Related Issue
2
3
<!-- Link the approved issue this PR addresses, e.g. "Closes #123" -->
4
<!-- PRs without a corresponding approved issue will be closed. -->
5
6
## Description
7
8
<!-- Briefly describe what this PR does -->
9
10
## Type of Change
11
12
- [ ] Bug fix
13
- [ ] New feature
14
- [ ] Template update
15
- [ ] Refactor
16
- [ ] Documentation
17
- [ ] CI/CD or tooling
18
19
## Checklist
20
21
- [ ] Tests pass (`bun test`)
22
- [ ] Linting passes (`bun run lint:check`)
23
- [ ] Formatting passes (`bun run format:check`)
24
- [ ] Tested CLI output manually if applicable