Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 688 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 688 Bytes

Tu22's CSE 360 EffortLogger

Members:

  • Matthew Ian Wang (matthewwangg)
  • Adam Bonnet (Eggsrael)
  • Sawyer Timothy Kesti (SoysauceTK)
  • Arjun Khetan (RenaudAlly)
  • Meshach Samuel (ProntoSbinalla)

Commit Convensions quick refrence

<type>[optionals scope]: <description>

  • Types
    • feat: Feature being added to the codebase
      • (optional usage of "!" to bring attention too possible breaking change)
    • fix: a patch for a bug within the code base
    • doc: making edits to documentation
Example commit
$git add *
$git commit -m "feat(login): added basic login funcionality to be expanded on later"
$git push