Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1002 Bytes

CONTRIBUTING.md

File metadata and controls

28 lines (22 loc) · 1002 Bytes

Contributing to FuncBox

Thank you for considering a contribution to FuncBox. Here's a concise guide to contribute to this project.

Table of Contents

Code of Conduct

Follow the Contributor Covenant. Professionalism is expected in all interactions.

Setup

  1. Fork and clone FuncBox.
  2. Set up the FunC development environment.

Contribution Workflow

  1. Branch for your specific contribution.
  2. Write, document, and test your FunC code.
  3. Commit, push, then submit a pull request to FuncBox.

Standards

  • Code must be clear and efficient.
  • Brief comments should accompany complex code sections.
  • Code should be compatible with the latest version of FunC and TON blockchain.