Thank you for your interest in contributing!
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
# Clone your fork
git clone https://github.com/YOUR_USERNAME/python-ide.git
cd python-ide
# Install Flutter dependencies
flutter pub get
# Run the app
flutter run
# Run static analysis
flutter analyze- Follow Flutter/Dart conventions
- Run
flutter analyzebefore submitting PRs - Write descriptive commit messages