Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 303 Bytes

File metadata and controls

13 lines (11 loc) · 303 Bytes

Contributing to TaskFlow

Code Style

  • Use 4 spaces for indentation
  • Add JSDoc comments for all public methods
  • Write tests for new features

Pull Request Process

  1. Fork the repository
  2. Create a feature branch
  3. Make your changes
  4. Submit a PR with description
  5. Address review feedback