Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 494 Bytes

File metadata and controls

22 lines (19 loc) · 494 Bytes

Contributing to pyproject-tui

Dev setup

git clone https://github.com/programmersd21/pyproject-tui
cd pyproject-tui
go mod tidy
make build

Workflow

  1. Fork -> branch -> PR against main
  2. Run make check before pushing (fmt + vet + lint + test)
  3. Follow Conventional Commits

Commit types

  • feat: new feature
  • fix: bug fix
  • docs: docs only
  • refactor: no behavior change
  • test: test changes
  • chore: tooling/deps