Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 447 Bytes

File metadata and controls

20 lines (17 loc) · 447 Bytes

Contributing to DevFlow AI

Branch Strategy

  • main — production ready code
  • develop — active development
  • feat/feature-name — new features
  • fix/bug-name — bug fixes

Commit Convention

  • feat: — new feature
  • fix: — bug fix
  • chore: — maintenance
  • docs: — documentation
  • test: — tests

Pull Request Process

  1. Branch from develop
  2. Make your changes
  3. Ensure CI passes
  4. Open PR to develop