Skip to content

Latest commit

Β 

History

History
25 lines (22 loc) Β· 1.12 KB

File metadata and controls

25 lines (22 loc) Β· 1.12 KB

Contributing to py-threadpool

Code style:

  • Follow PEP8 standards.
  • Name variables with underscores and lowercase letters. Not camelCase.

Git commit messages:

  • Limit the first line to 72 characters or less
  • Reference issues and pull requests
  • Consider starting the commit message with an applicable emoji:
    • 🎨 :art: when improving the format/structure of the code
    • 🐎 :racehorse: when improving performance
    • πŸ“œ :scroll: 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
    • πŸ”§ :wrench: when doing CI