First off, thanks for taking the time to contribute!
- Fork this project;
- Make your changes / new implementations;
- Use the pattern for git commits;
- Make sure that the acceptance criteria are met (tests, docs, etc);
- Create a pull request;
Template PULLREQUEST-TEMPLATE
- Use the present tense ("Adds feature" not "Added feature")
- 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 - π
:racehorse:when improving performance - π±
:non-potable_water:when plugging memory leaks - π
:memo:when writing docs - π§
:penguin:when fixing something on Linux - π
:apple:when fixing something on Mac OS - π
: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 tests - π
:lock:when dealing with security - β¬οΈ
:arrow_up:when upgrading dependencies - β¬οΈ
:arrow_down:when downgrading dependencies - π
:shirt:when removing linter warnings - π‘
:bulb:new idea - π§
:construction:work in progress - β
:heavy_plus_sign:when adding features - β
:heavy_minus_sign:when removing features - π
:mute:when adding logging - π
:mute:when reducing logging - π
:facepunch:when resolve conflict - π§
:wrench:when modify config
- π¨