Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 1.34 KB

CONTRIBUTING.md

File metadata and controls

41 lines (29 loc) · 1.34 KB

hckr - Contributor's Guide

This Project is created and managed by Ashish Patel

Table of Contents

Please Contribute to this project by forking hckr

Please feel free to provide any suggestion for new utility in Issues

Python

  • Use python3.8 in development

Publishing to Pypi

  • Once we publish a release, Publish workflow publish.yml automatically publishes a version to PyPi workflow will automatically create next tag using dynamic version defined in about.py

Pre-commits

  • we use pre-commits to make sure we only pushes if lint and other checks are passed.
  • Install pre-commit from pypi and install in Git to enable this.
pip install pre-commit
pre-commit install

Dev versions cleanup

  • we can easily clean up all the dev version using this command.
 make pypi-clean

Homebrew formulae

Please find contributing guide for Homebrew formulae here HOMEBREW.md

Senty integration -

Sentry console