Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 539 Bytes

File metadata and controls

27 lines (23 loc) · 539 Bytes

Contributing Guide

Getting Started

  1. Fork the repository
  2. Create a feature branch
  3. Make your changes
  4. Run tests: npm run test
  5. Submit a PR

Code Style

  • Use TypeScript
  • Follow ESLint rules
  • Write tests for new features
  • Use conventional commits

Commit Messages

  • feat: new feature
  • fix: bug fix
  • docs: documentation
  • test: tests
  • ci: CI/CD
  • refactor: code refactoring

Pull Requests

  • Fill out the PR template
  • Reference related issues
  • Add screenshots for UI changesdocs: add contributing guidelines