Skip to content

Commit 45bebbc

Browse files
authored
chore: add pull request template
Added a pull request template to standardize submissions.
1 parent 47595fa commit 45bebbc

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

.github/pull_request_template.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
## Description
2+
3+
<!-- Describe your changes in detail -->
4+
5+
## Related Issue
6+
7+
<!-- Link to the issue this PR addresses, e.g. Closes #123 -->
8+
9+
## Type of Change
10+
11+
- [ ] Bug fix (non-breaking change that fixes an issue)
12+
- [ ] - [ ] New feature (non-breaking change that adds functionality)
13+
- [ ] - [ ] Documentation update
14+
- [ ] - [ ] Chore (dependency updates, CI changes, refactoring)
15+
- [ ] - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
16+
17+
- [ ] ## Checklist
18+
19+
- [ ] - [ ] Tests pass (`pnpm test` in both widget/ and worker/)
20+
- [ ] - [ ] Linting passes (`pnpm eslint .`)
21+
- [ ] - [ ] Types check (`pnpm tsc --noEmit`)
22+
- [ ] - [ ] Widget builds successfully (`cd widget && pnpm build`)
23+
- [ ] - [ ] Documentation updated (if applicable)

0 commit comments

Comments
 (0)