-
Notifications
You must be signed in to change notification settings - Fork 0
How to contribute
basilisSam edited this page Nov 18, 2021
·
3 revisions
We use the GitHub Flow.
Our branch name convection consists of 2 parts separated each word by dashes.
- The type
- A few words of the problem you are solving
Here are all the possible types:
Type | Description |
---|---|
fix |
A bug or an issue |
feat |
A new feature to the product |
enc |
An encashment that has to be made. |
For example: If you work on a task to fix the color of a component you could create a branch called
fix-card-color
.
Rules:
- Pull requests should contain the GitHub issue (if there is one).
- I (or any other contributor) will probably review the PR in order to be migrated to the main branch.
- The owner of the PR is responsible for merging the PR and removing the branch.
- We use Merging.