Skip to content
This repository has been archived by the owner on Feb 10, 2024. It is now read-only.

Latest commit

 

History

History
21 lines (18 loc) · 388 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (18 loc) · 388 Bytes

Contributing

  1. Get the source.

    git clone https://github.com/ozturkberkay/FlexDict.git
    
  2. Install tox.

    pip install tox
    
  3. Test your changes.

    tox
    
  4. If you pass every test, make a PR request using your own branch.

    git checkout -b mychange
    git push origin mychange