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
- ๐จ