⚡By contributing to graph-v2, you agree that your contributions will be offered under the Boost Software License 1.0. For more information, see the LICENSE.
Thank you for contributing! This guide serves to make the process easier.
We use GitHub issues to track bugs and feature requests. Please ensure your description is clear and sufficient, and that you report as much as possible to sufficiently reproduce the bug (and/or be able to fully understand the feature request).
We actively welcome pull requests, please see the following process for submitting a PR:
- We follow the git fork workflow for external pull requests, please see the following for more details: GitHub Forking.
- Once a PR is created, GitHub will run automatic tests and build the changes.
- If the PR successfully builds, a reviewer manually assigns themselves to the PR and either requests changes or approves/merges it.
- Congratulations and thank you for successfully contributing!
For general community discussions and questions, we use GitHub discussions.
To contribute to the C++ proposal, please see the following repository: stdgraph/P1709