Skip to content

Latest commit

 

History

History
51 lines (35 loc) · 1.36 KB

File metadata and controls

51 lines (35 loc) · 1.36 KB

Contributing to REChain Network Governance UI

Thank you for considering contributing to the REChain Network Governance UI! 🚀

We welcome contributions from developers, designers, and anyone passionate about open governance, UI/UX, and decentralized technologies.

🛠 How to Contribute

  1. Fork the repository
  2. Create your feature branch:
    git checkout -b feature/YourFeatureName
  3. Commit your changes:
    git commit -m 'Add YourFeatureName'
  4. Push to the branch:
    git push origin feature/YourFeatureName
  5. **Open a pull request`

🔍 Issues & Discussions

  • Check open issues before submitting your PR.
  • Use the discussion tab to propose new features or improvements.

💡 Coding Guidelines

  • Follow best practices for Flutter and Dart.
  • Maintain clean, readable, and well-documented code.
  • Ensure your code is tested and passes all checks.

📦 Dependencies

Run the following before contributing:

flutter pub get

📑 Commit Messages

Use clear and concise messages. Prefer the following format:

[Component] Brief description of the change

Example:

[UI] Add dark mode toggle for governance dashboard

✅ Code of Conduct

Please review our Code of Conduct before participating.