Contributing to QTradingView¶
Thanks for your interest! Contributions are welcome. This file outlines how to contribute, report issues and create pull requests.
- Issues: If you find a bug or have a feature request, please open an issue with a clear description, minimal repro (if possible), OS, compiler and Qt version.
- Pull requests: Fork the repo and create a branch for your feature or fix. Keep changes focused and add tests/examples when appropriate.
- Coding style: Follow the existing repository style. Keep public API changes minimal and document them in the changelog.
- Tests/examples: Add an example under
examples/or a unit test when changing behavior. - Review: PRs will be reviewed for build and style; maintainers may request changes before merging.
Maintainers will triage issues and PRs. If you need help getting started, comment on an issue or open a discussion.