Files
tabler/.github/PULL_REQUEST_TEMPLATE.md
T

17 lines
687 B
Markdown

<!-- Thank you for contributing to Tabler! Please read CONTRIBUTING.md before opening a pull request. -->
## What does this PR do?
<!-- A short description of the change and why it is needed. Link related issues with "Fixes #123" or "Closes #123". -->
## Screenshots
<!-- For visual changes, add before/after screenshots. Remove this section if not applicable. -->
## Checklist
- [ ] The branch is based on `dev` and named `<type>/<short-description>` (for example `fix/markdown-table-overflow`)
- [ ] `pnpm run build` passes locally
- [ ] A changeset is included if the change affects any package (`pnpm exec changeset`)
- [ ] Documentation is updated if needed (`docs/pages/**`)