1
0
mirror of https://github.com/tabler/tabler.git synced 2026-06-17 12:50:03 +04:00

Add branch and PR guidelines (#2589)

This commit is contained in:
Paweł Kuna
2026-01-11 17:24:10 +01:00
committed by GitHub
parent 684f40e7c1
commit eac69eb35b
2 changed files with 41 additions and 1 deletions
@@ -30,7 +30,8 @@ Follow these steps to set up Tabler for development:
3. Create a new branch for your changes:
```bash
git checkout -b your-branch-name
# Use the project branch naming convention, e.g.:
git checkout -b fix/markdown-table-overflow
```
## Development