Thanks for your interest in contributing.
- Install dependencies:
- Node.js 18+
- pnpm 10+
- Rust stable
- Xcode Command Line Tools
- Install packages:
pnpm install
- Run app in dev mode:
pnpm tauri dev
- Create a branch from
main. - Keep PR scope focused and include clear description.
- Include screenshots for UI changes.
- Verify:
- App starts successfully.
- Main flows (create task, switch status, settings save) still work.
- Open PR to
main.
Use concise prefixes such as:
feat:fix:docs:refactor:chore: