Skip to content

Contributing

Thank you for your interest in contributing to the Universal Numbers Library.

  1. Report bugs — open a GitHub Issue with a minimal reproducer
  2. Suggest features — describe the use case and proposed solution in an issue
  3. Submit pull requests — fork the repo, create a feature branch, and open a PR against main
Terminal window
git clone https://github.com/stillwater-sc/universal
cd universal && mkdir build && cd build
cmake -DUNIVERSAL_BUILD_ALL=ON ..
make -j4
make test
  • Follow existing code style (see Code Formatting)
  • Add regression tests for new features
  • Ensure CI passes on GCC, Clang, and MSVC before requesting review