Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 858 Bytes

File metadata and controls

25 lines (16 loc) · 858 Bytes

Contributing to Google Charts (Maintained)

Contributions are welcome! This is a community-maintained fork of google/charts.

How to Contribute

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/my-feature)
  3. Make your changes
  4. Run tests (dart test in charts_common_maintained, flutter test in charts_flutter_maintained)
  5. Submit a pull request

Reporting Issues

Please file issues on GitHub.

Code Style

  • Follow the Dart style guide
  • Use Dart 3 features (pattern matching, switch expressions, records) where appropriate
  • Run dart analyze before submitting

License

By contributing, you agree that your contributions will be licensed under the Apache 2.0 License.