First off, thank you for your interest in contributing to TDOC! We welcome contributions of all kinds, whether it's reporting bugs, suggesting features, improving documentation, or submitting code.
If you find a bug:
- Check the GitHub issues to see if it's already reported.
- If not, open a new issue with:
- Steps to reproduce
- Expected behavior vs actual behavior
- TDOC version (
tdoc status) - Screenshots or logs if applicable
Do NOT include sensitive info like API keys, passwords, or personal data.
We love feature ideas!
- Open a new GitHub issue with:
- Clear description of the feature
- Use case / benefit
- Example commands or UX ideas if possible
- Fork the repository
- Create a new branch with a descriptive name:
``bash git checkout -b feature/awesome-fix