mirror of
https://github.com/tabler/tabler.git
synced 2026-08-29 13:21:29 +04:00
17 lines
687 B
Markdown
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/**`)
|