Thanks for your interest in contributing to EmiSwitch.
- Fork the repository
- Create a feature branch
- Make focused commits
- Run checks before PR:
npm run checknpm run build
- Open a pull request with clear context and screenshots when UI changes are involved
- Keep modules cohesive and names explicit
- Prefer small, reviewable PRs
- Add/adjust docs when behavior changes
- Avoid introducing secrets or credentials in source
feat:new functionalityfix:bug fixesdocs:documentation updatesrefactor:non-functional code restructuringchore:maintenance tasks