Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 684 Bytes

File metadata and controls

25 lines (21 loc) · 684 Bytes

Contributing

Thanks for your interest in contributing to EmiSwitch.

Workflow

  1. Fork the repository
  2. Create a feature branch
  3. Make focused commits
  4. Run checks before PR:
    • npm run check
    • npm run build
  5. Open a pull request with clear context and screenshots when UI changes are involved

Standards

  • Keep modules cohesive and names explicit
  • Prefer small, reviewable PRs
  • Add/adjust docs when behavior changes
  • Avoid introducing secrets or credentials in source

Commit style (recommended)

  • feat: new functionality
  • fix: bug fixes
  • docs: documentation updates
  • refactor: non-functional code restructuring
  • chore: maintenance tasks