Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 886 Bytes

CONTRIBUTING.md

File metadata and controls

29 lines (17 loc) · 886 Bytes

Contributing Guidelines

We welcome contributions to our project! Please follow these guidelines when contributing.

Issue tracker

If you have found a bug or have a feature request, please submit an issue to our issue tracker.

Pull requests

  1. Fork the repository and create a new branch.
  2. Make your changes and ensure that the code is properly formatted.
  3. Write tests for your changes.
  4. Ensure that all tests pass.
  5. Submit a pull request.

Code style

We follow the Dart Style Guide.

Code of conduct

Please read our Code of Conduct before contributing.

License

By contributing to this project, you agree that your contributions will be licensed under the BSD-3-Clause.

Thank you for contributing to our project!