Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.38 KB

CONTRIBUTING.md

File metadata and controls

20 lines (15 loc) · 1.38 KB

Contributing

⚡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.

Issues

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).

Pull Requests (PR)

We actively welcome pull requests, please see the following process for submitting a PR:

  1. We follow the git fork workflow for external pull requests, please see the following for more details: GitHub Forking.
  2. Once a PR is created, GitHub will run automatic tests and build the changes.
  3. If the PR successfully builds, a reviewer manually assigns themselves to the PR and either requests changes or approves/merges it.
  4. Congratulations and thank you for successfully contributing!

Discussions

For general community discussions and questions, we use GitHub discussions.

Proposal

To contribute to the C++ proposal, please see the following repository: stdgraph/P1709