Skip to content
This repository has been archived by the owner on May 12, 2024. It is now read-only.

Latest commit

 

History

History
21 lines (13 loc) · 403 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (13 loc) · 403 Bytes

Contributing

Errors

Create an issue with the following information :

  • Good explanation of the error
  • Stacktrace of the error
  • Flutter and Dart Version

Feature Requests

Create an issue with a good description of the feature.

Pull Requests

Create a Pull Request with the following data :

  • The code changes
  • Unit tests (if possible)
  • A good explanation what your have done and why