🔖 Bookmark Scout Docs

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 dev

Pull Request

git checkout -b feat/your-feature
git add .
git commit -m "feat: add feature"
git push origin feat/your-feature
gh pr create

Commit Convention

TypeDescription
featNew feature
fixBug fix
docsDocumentation
refactorCode refactoring
testTests
choreMaintenance

On this page