Thanks for your interest in contributing to Tikka! This guide explains the expected workflow for pull requests.
- Fork the repo and create a feature branch:
git checkout -b feat/your-change- Make your changes with focused commits.
- Run checks before submitting:
pnpm lint
pnpm build- Open a pull request with a clear description of the change.
- Provide a concise summary of the change and motivation.
- Keep the scope focused; avoid unrelated refactors.
- Include screenshots or recordings for UI changes.
- Ensure
pnpm lintandpnpm buildpass. - Link related issues if applicable.
Use GitHub Issues to report bugs or propose improvements. Provide clear steps to reproduce and expected vs actual behavior.