Skip to content

Latest commit

ย 

History

History
46 lines (38 loc) ยท 1.86 KB

File metadata and controls

46 lines (38 loc) ยท 1.86 KB

Contributing

First off, thanks for taking the time to contribute!

How can I contribute?

  • Fork this project;
  • Make your changes / new implementatios;
  • Use the pattern for git commts;
  • Make sure that the acceptance criteria are met (tests, docs, etc);
  • Create a pull request;

Pull Requests

Template PULLREQUEST-TEMPLATE

Git Commit Messages

  • 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 Web.config
โšก