Contributing to lingtypology
Source:CONTRIBUTING.md
Issues
When filing an issue, the most important thing is to include a minimal reproducible example so that I can quickly verify the problem. So please include:
- required packages
- package versions
- data
- code
There are some additional information that I put in the issue template.
Pull requests
To contribute a change to lingtypology
, you follow these steps:
- Create a branch in git and make your changes. If you add a new function, do not forget to put some tests and provide your data as contrubuter in the
DESCRIPTION
file. - Push branch to github and issue pull request.
- Discuss the pull request.