Contributing
Thank you for your interest in contributing to the Universal Numbers Library.
How to Contribute
Section titled “How to Contribute”- Report bugs — open a GitHub Issue with a minimal reproducer
- Suggest features — describe the use case and proposed solution in an issue
- Submit pull requests — fork the repo, create a feature branch, and open a PR against
main
Development Setup
Section titled “Development Setup”git clone https://github.com/stillwater-sc/universalcd universal && mkdir build && cd buildcmake -DUNIVERSAL_BUILD_ALL=ON ..make -j4make testGuidelines
Section titled “Guidelines”- Follow existing code style (see Code Formatting)
- Add regression tests for new features
- Ensure CI passes on GCC, Clang, and MSVC before requesting review
More Information
Section titled “More Information”- Contributors — current project contributors
- Code of Conduct — community standards
- Release Process — how releases are published