Members:
- Matthew Ian Wang (matthewwangg)
- Adam Bonnet (Eggsrael)
- Sawyer Timothy Kesti (SoysauceTK)
- Arjun Khetan (RenaudAlly)
- Meshach Samuel (ProntoSbinalla)
<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 basedoc
: making edits to documentation
$git add *
$git commit -m "feat(login): added basic login funcionality to be expanded on later"
$git push