Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 313 Bytes

contributing.md

File metadata and controls

10 lines (8 loc) · 313 Bytes

Contributing

Add the following pre-fixes to every commit message to track the stage of the project:

  • docs: General documentation
  • feat: Design and prototyping phase
  • fix: : Bug fixes anytime
  • test: : Testing phase
  • si: : System integration phase
  • deploy: : Deployment phase