Contribution
There're multiple ways to contribute back to this project, listed below. Any feedback, discussion, suggestion or direct contribution to the code are highly appreciated 🙏.
Questions and Suggestions
There're several ways to communicate or discuss any question, issue or suggestion:
Post an issue on GitHub: go to the corresponding page (repository) of the script or plugin. Choose the corresponding category of the feedback, concisely describe it and attach additonaly information (e.g. context, screenshots) when necessary.

E-mail communication: If you feel more suitable to discussion your question or issue privately, you can find the author attribution on the page of the script or plugin on this documentation website on in the GitHub repository. Directly communicate with the author privately.
Pull Request
If you have coding experience or are familiar with Praat scripting, you can directly modify the code locally and merge them into our repository. Generally follow the following steps:
Fork the repository that contains the script/plugin.
Create your branch (
git checkout -b modification-branch-name)Commit your change (
git commit -m 'Description of the modification.")Push your changes (
git push origin modification-branch-name)Open up a pull request in the repository that you forked.
After your pull request, the corresponding person will review it can decide whether the modification can be approved and merged into the repository.
Last updated