Thanks for your interest in contributing to OP Succinct!
The OP Succinct project adheres to the Rust Code of Conduct. This code of conduct describes the minimum behavior expected from all contributors.
There are fundamentally three ways an individual can contribute:
- By opening an issue: For example, if you believe that you have uncovered a bug in OP-Succinct, creating a new issue in the issue tracker is the way to report it.
- By adding context: Providing additional context to existing issues, such as screenshots and code snippets to help resolve issues.
- By resolving issues: Typically this is done in the form of either demonstrating that the issue reported is not a problem after all, or more often, by opening a pull request that fixes the underlying problem, in a concrete and reviewable manner.
Anybody can participate in any stage of contribution. We urge you to participate in the discussion around bugs and participate in reviewing PRs.
If you're experiencing an issue, please open a GitHub Issue.
At this time, we will not be accepting contributions that only fix spelling or grammatical errors in documentation, code or elsewhere.
Adapted from the Reth contributing guide.