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.
- Fork the repository
- Create your feature branch:
git checkout -b feature/YourFeatureName - Commit your changes:
git commit -m 'Add YourFeatureName' - Push to the branch:
git push origin feature/YourFeatureName - **Open a pull request`
- Check open issues before submitting your PR.
- Use the
discussiontab to propose new features or improvements.
- Follow best practices for Flutter and Dart.
- Maintain clean, readable, and well-documented code.
- Ensure your code is tested and passes all checks.
Run the following before contributing:
flutter pub getUse clear and concise messages. Prefer the following format:
[Component] Brief description of the change
Example:
[UI] Add dark mode toggle for governance dashboard
Please review our Code of Conduct before participating.