Before submitting an issue, please make sure that the issue is relevant to the repository and has not been reported before.
When submitting an issue, please provide as much information as possible.
This may includes:
- The version of Momentum you are using
- The operating system you are using
- The browser you are using
- The steps to reproduce the issue
In all repositories of the Momentum project we are using the following commit message conventions:
<gitmoji>(<scope>): <description>
where <gitmoji>
is a single emoji that represents the type of change (see gitmoji.dev).
<scope>
is an optional single word describing the scope of the change.
<description>
is a short description of the change.
Each commit should address only one concern.