This project is released under the MPL 2.0 license. Before implementing new features and changes, feel free to submit an issue. We're going to talk here π.
This project adheres to the Contributor Covenant code of conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to gueio@collabcode.tech.
We have an official Discord server where we can give helpful advices if you have questions.
- Fork this repository.
- Create a new branch with the feature name. (Eg: feature/chat-support, hotfix/website-header)
- Make your changes.
- Commit your changes. Please follow the styleguides
- Push your changes.
- Submit your pull request.
We use GitFlow so unless your PR is a hotfix
, your feature branch must be created from the develop
branch.
TIP: This Git extension makes Git Flow a piece of cake. GitKraken also has built-in support for GitFlow
- Use the present tense ("Add feature" not "Added feature")
- Use the imperative mood ("Move cursor to..." not "Moves cursor to...")
- Limit the first line to 72 characters or less
- Reference issues and pull requests liberally after the first line
- Consider starting the commit message with an applicable emoji:
- π¨
:art:
when improving the format/structure of the code - β‘
:zap:
when improving performance - π
:pencil:
when writing docs - π§
:penguin:
when fixing something on Linux - π
:apple:
when fixing something on macOS - π
:checkered_flag:
when fixing something on Windows - π
:bug:
when fixing a bug - π₯
:fire:
when removing code or files - π
:green_heart:
when fixing the CI build - β
:white_check_mark:
when adding or updating tests - π
:lock:
when dealing with security - β¬οΈ
:arrow_up:
when upgrading dependencies - β¬οΈ
:arrow_down:
when downgrading dependencies - π¨
:rotating_light:
when removing linter warnings
- π¨
- Full emoji reference in gitmoji
Please check the layout on Figma. You must sign in to Figma to view the layout properties.