Contributing
How to contribute to Bookmark Scout
Contributing
Contributions are welcome!
Setup
gh repo fork isandrel/bookmark-scout --clone
cd bookmark-scout
bun install
bun run devPull Request
git checkout -b feat/your-feature
git add .
git commit -m "feat: add feature"
git push origin feat/your-feature
gh pr createCommit Convention
| Type | Description |
|---|---|
feat | New feature |
fix | Bug fix |
docs | Documentation |
refactor | Code refactoring |
test | Tests |
chore | Maintenance |