Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 408 Bytes

File metadata and controls

21 lines (14 loc) · 408 Bytes

Contribute to cppenv

Thank you for wanting to contribute!

Contribution Process

  1. Fork this repository
  2. Create a branch (feature/my-new-feature)
  3. Commit your changes
  4. Push your branch
  5. 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