Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 934 Bytes

CONTRIBUTING.md

File metadata and controls

28 lines (19 loc) · 934 Bytes


Momentum Contribution Guidelines

Issues

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

Pull Requests

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.