Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 602 Bytes

CONTRIBUTING.md

File metadata and controls

36 lines (26 loc) · 602 Bytes

Contributing

Welcome, so you are thinking about contributing? Awesome, this a great place to start.

Setup

git clone git@github.com:williambelle/elide-text.git
cd elide-text

Test

tox

Release

  1. Bump the correct version
  2. Update the file CHANGELOG.md
  3. Create the tag (git tag -a v<version> -m "Tagging the v<version> release")
  4. Prepare the package with python setup.py sdist bdist_wheel
  5. Publish with twine upload dist/*

License

The MIT License (MIT)

See the LICENSE file for more details.