Thank you for your interest in contributing! 🎉
All contribution guidelines are maintained in the DesterLib Documentation:
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
# 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- Client Overview - Platform support and features
- Platform Setup - Detailed setup instructions
- Flutter Documentation - Flutter resources
By contributing, you agree that your contributions will be licensed under the GNU Affero General Public License v3.0 (AGPL-3.0).