In order to have a good track of changes implemented in our project, we need to make reference to the issue number that code is intended for.
Let's say, you're working on issue 25. A valid commit message would be:
"#25 some work description here"
So we need to find a way to make sure the issue number is included as part of all comments
Acceptance Criteria
- A check is implemented to make sure issue number is part of commit messages