Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 4 additions & 14 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,17 @@
## Description

<!-- Briefly describe what this PR does -->
<!-- Type of change: Bug fix, feature, docs, refactor, rules -->

## Related Issue

<!-- Link to the issue this PR addresses, e.g., "Fixes #123" or "Relates to #456" -->

## Type of Change

- [ ] Bug fix (non-breaking change that fixes an issue)
- [ ] New feature (non-breaking change that adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
- [ ] Documentation update
- [ ] Refactoring (no functional changes)
- [ ] Other (please describe):

## Checklist

- [ ] I have read the [Contributing Guide](../CONTRIBUTING.md)
- [ ] My code follows the project's code style
- [ ] I have added/updated tests for my changes (if applicable)
- [ ] I have updated documentation (if applicable)
- [ ] All CI checks pass (`yarn build`, `yarn test`, `yarn lint`, `yarn format:check`)
- I have read the [Contributing Guide](../CONTRIBUTING.md)
- I have added/updated tests for my changes (if applicable)
- I have updated documentation/rules/skills (if applicable)

## Screenshots / Demos

Expand Down