First off, thanks for showing interest in contributing to Just Type Shii 🗿 — whether it’s fixing a bug, adding a feature, or just improving docs, all help is welcome!
# Fork this repository on GitHub, then:
git clone https://github.com/megh-bari/just-type-shii
cd just-type-shiiAlways create a branch for your changes instead of working directly on main.
git checkout -b feat/your-feature-nameExamples:
feat/new-feat-namefix/export-menu-bug
pnpm install
# or
yarn install
# or
npm installpnpm dev
# or
yarn dev
# or
npm run devVisit http://localhost:3000 to see your changes live.
- Keep the code style consistent.
- Test everything locally before committing.
- If it’s UI-related, attach a screenshot in your PR.
Use conventional commits for clarity:
git add .
git commit -m "feat: add <feature>"git push origin feat/your-feature-name- Go to your fork on GitHub and click "New pull request".
- Clearly describe what you changed and why.
- Link to any related issues if possible.
We’ll review your PR, suggest changes if needed, and merge once it’s good to go.
- Twitter: @meghtrix
- GitHub: @megh-bari
If you like this project, consider giving it a ⭐️ on GitHub and sharing it with others!
type shii!
