Since MTEX is open source we are happy about any kind of contribution. In order to suggest bug fixes, new features or improved documentation you have two options:
- open the MTEX Github repository https://github.com/mtex-toolbox/mtex in you browser
- click on the file you want to edit or click Add File
- make your changes to the file or upload you file
- click Propose changes or Propose new file
- click Create pull request
- explain your contribution in the text field
- click Create pull request
- wait for you changes to be merged into MTEX development branch
- fork the MTEX repository to your personal GitHub account
- clone it on your local computer
- apply your changes
- push your changes to your personal GitHub account
- create a pull request to MTEX/development
- wait for you changes to be merged into MTEX development branch
Note, that when cloning MTEX the binaries in mtex/mex
and mtex/extern/nfft
are not included but must be copied from an zip-file based installation as
explained above.