Replies: 1 comment 1 reply
-
Copying the existing guidelines from Algebra: https://github.com/arkworks-rs/algebra/blob/1971370f8dbbe34d7cf2dde90f71317d959b2da0/CONTRIBUTING.md |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Contributing
Thank you for considering contributing to
arkworks
! Contributions come in many forms, such as participating in discussions or proposing code changes. To ensure a smooth workflow, please follow the general guidelines below.Contribution Process
Find an issue to work on
Before starting development
Development workflow
master
master
CHANGELOG.md
under the "Pending" section.Looking for a good place to start? Check out some good first issues.
Branch Structure
master
, where all PRs are merged.Working on a Fork
Fork the repository from the GitHub UI and clone it locally.
Add the upstream repository (the original repo) as a remote:
Create a branch for your changes:
Make your changes and submit a pull request to
upstream/master
.Updating Documentation
All PRs should aim to improve documentation.
For More Information
For additional guidelines on respectful and productive collaboration, please refer to the GitHub Community Guidelines.
Beta Was this translation helpful? Give feedback.
All reactions