Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 1.46 KB

CONTRIBUTING.md

File metadata and controls

17 lines (9 loc) · 1.46 KB

Contributors

Thanks for considering making a contribution to the Sui network or its documentation. The Sui monorepo houses the code that powers and documents the Sui blockchain.

Contribute to Sui

See Sui Environment Setup for approach to submitting code fixes and enhancements.

If you want to contribute code that creates a feature on Sui, start with a Sui Improvement Proposal before developing the logic.

Found a bug or security vulnerability? Create a GitHub issue.

Found a small error or typo in the documentation? Each page on the sui.docs.io site includes an Edit this page link at the bottom that you can use to edit the page in GitHub. The content is located in the docs/content directory of the Sui repo, so you can make a usual PR if you prefer.

For larger documentation issues, you can create an issue in GitHub. To fix the problem yourself, follow the documentation contribution guidelines.

Want to contribute to the Sui framework? See CONTRIBUTING.md for information related to sui-framework crate contributions.