Please read the Developer Certificate of Origin before contributing. The project is licensed under MIT.
- 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
- Consider starting the commit message with an applicable emoji π :
- π¨
:art:
when improving the format/structure of the code - π
:rocket:
when improving performance - π‘
:bulb:
new idea - π
:books:
To add new reference - π§
:construction:
work in progress - π»
:computer:
when adding feature - β
:heavy_minus_sign:
when removing feature - π±
:non-potable_water:
when plugging memory leaks - βοΈ
:pencil2:
when writing docs - π§
:penguin:
when fixing something on Linux - π
:apple:
when fixing something on macOS - π
:checkered_flag:
when closing pull requests - π
:bug:
when fixing a bug - π₯
:fire:
when removing code or files - π
:green_heart:
when fixing the CI build - π―
:dart:
when adding tests - π
:lock:
when dealing with security - β¬οΈ
:arrow_up:
when upgrading dependencies - β¬οΈ
:arrow_down:
when downgrading dependencies - π
:speaker:
when adding logging - π
:mute:
when reducing logging - π
:shirt:
when removing linter warnings - π¨
:hammer:
Refactor
- π¨