👍🎉 First of all, thanks for taking the time to contribute! 🎉👍
All your contributions are very welcome, whether it's:
- Reporting a bug
- Discussing the current state of the code
- Submitting a fix
- Proposing new features
- Becoming a maintainer
Thank you so much! 👏
./tads install-dependencies --dev
make lint
make test
Pull requests are the best way to propose changes to the codebase (we use Github Flow). We actively welcome your pull requests.
- Fork the repo and create your branch from
master
- If you've added code that should be tested, add tests
- Update the documentation
- Ensure the test suite passes (
make test
) - Make sure your code lints (
make lint
) - Issue that pull request!
We use GitHub issues to track bugs and feature requests. Please ensure your description is clear and has sufficient instructions to be able to reproduce the issue.
- Referer to
.editorconfig
. We encourrage you to use a compatible IDE or plugin - Run
make lint
to conform to our lint rules
By contributing to T.A.D.S., you agree that your contributions will be licensed under its MIT License.