You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our commit messages will follow Semantic Commit Messages
..* Instead of a '-' after the type of commit we will use '[]'. For example, we will use '[feat] add beta sequence' instead of 'feat: add beta sequence'
We will manage our different tasks using Waffle.io
..* Backlog: all the features, todos, and refactors (Github issues) that we need to complete
..* Ready: all the Github issues we want to work on in the near future
..* In progress: Github issues an individual is working on
..* Done: Github issues that have been completed with a pull request requested