Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 817 Bytes

CONTRIBUTING.md

File metadata and controls

29 lines (21 loc) · 817 Bytes

Contributing to chitchat-dataset

  1. Write code
  2. Write a good commit message(s)
  3. Open a pull request

Thank you! 🎉

releasing

  1. Bump the version (see poetry help version for more info):

    make release version=minor
  2. Push the new tag and the GitHub workflow automatically should build the package and upload it to pypi.org:

    git push --follow-tags