Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 1.48 KB

File metadata and controls

50 lines (32 loc) · 1.48 KB

Contributing to Dester Client

Thank you for your interest in contributing! 🎉

📖 Documentation

All contribution guidelines are maintained in the DesterLib Documentation:

👉 View Contributing Guide

The documentation covers:

  • General Guidelines - Commit conventions, versioning, PR process (applies to all projects)
  • Client Development - Platform-specific setup and workflows
  • Code Standards - Style guides and best practices

🚀 Quick Start

# 1. Fork and clone
git clone https://github.com/YOUR-USERNAME/desterlib-flutter.git
cd desterlib-flutter

# 2. Run setup script
bash scripts/setup.sh

# 3. Start developing
flutter run

# 4. Make commits
npm run commit

# 5. Push and create PR

📚 Additional Resources

💬 Need Help?

License

By contributing, you agree that your contributions will be licensed under the GNU Affero General Public License v3.0 (AGPL-3.0).