Contribute to WinSpeak
Thank you for wanting to contribute!
Contribution Process
- Fork this repository
- Create a branch (
feature/my-new-feature
) - Commit your changes
- Push your branch
- Open a Pull Request
Coding Rules
- Respect the project style (C++ conventions)
- One feature = one Pull Request
- Provide unit tests if possible
Standards
- Strict adherence to SOLID principles
- Clean code and C++20 minimum