As a student
I want to be able to react to commits with emojis
So that I can quickly express my feelings towards the commit.
Acceptance Criteria:
Scenario 1: React to a failed build
Given a failed build commit
And I'm unhappy that this has happened
When I click on an emoji button
Then I want to be able to pick an emoji (such as the poop emoji)
And attach that to the commit.
As requested on Slack