Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.04 KB

File metadata and controls

30 lines (22 loc) · 1.04 KB

Contributing to REChain

Thank you for your interest in contributing! We welcome all kinds of contributions to the REChain Ecosystem.

How to Contribute

  • Bug Reports & Feature Requests: Open an issue with clear details and reproduction steps.
  • Pull Requests:
    1. Fork the repo and create your branch from main.
    2. Write clear, concise commits and follow the code style.
    3. Add/Update tests and documentation as needed.
    4. Open a PR and fill out the template.
    5. Participate in code review and address feedback.

Code Style

  • Use Dart/Flutter best practices and formatting (flutter format .).
  • Write clear, maintainable, and well-documented code.
  • Use descriptive names and comments where needed.

Community Standards

  • Be respectful and inclusive.
  • Follow the Code of Conduct.
  • Help others and share knowledge in issues and discussions.

Docs & Wiki

  • Update or add documentation in docs/ and the wiki as needed.

Thank you for making REChain better!