1
0
mirror of synced 2024-06-01 03:48:04 +02:00
mat2/CONTRIBUTING.md

832 B

Contributing to MAT2

The main repository for MAT2 is on 0xacab, with a mirror on gitlab.com.

Do feel free to pick up an issue and to send a pull-request. Please do check that everything is fine by running the testsuite with python3 -m unittest discover -v before submitting one :)

Doing a release

  1. Update the changelog
  2. Update the version in the main.py file
  3. Update the version in the setup.py file
  4. Commit the changelog and the main.py file
  5. Create a tag with git tag -s $VERSION
  6. Push the tag with git push --tags