You can contribute by:
- Filing a bug report or feature request in an issue.
- Suggesting a change via a pull request.
When you contribute, please add your name to the DESCRIPTION file here:
https://github.com/r-transit/tidytransit/blob/master/DESCRIPTION#L6-L15
When filing an issue, the most important thing is to include a minimal reproducible example so that we can quickly verify the problem, and then figure out how to fix it. There are three things you need to include to make your example reproducible: required packages, data, code.
To contribute a change to tidytransit, you follow these steps:
- Create a branch in git and make your changes.
- Push branch to github and issue pull request (PR).
- Discuss the pull request.
- Iterate until either we accept the PR or decide that it's not a good fit.