HomeContributing
Community Development
Contributing to NextViper
NextViper is an open-source project maintained by Nuratix LLC. We welcome community pull requests, standard library extensions, bug reports, and performance optimizations.
Contribution Workflow
1
Fork & Clone
Fork the official repository on GitHub, clone it to your workstation, and create a topic branch for your changes.
2
Build & Test
Compile the C++20 toolchain with GCC/Clang, run the regression test suite, and ensure all tests pass with 100% assertions.
3
Submit Pull Request
Open a clear pull request describing the motivation, implementation details, and verification steps for maintainer review.
Community Code of Conduct
All contributors and maintainers are expected to adhere to our standards.

