Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 1.1 KB

File metadata and controls

25 lines (15 loc) · 1.1 KB

Contributing to the Project

Thank you for your interest in improving this application!

Our Philosophy on 'datasets' datasets

The core value of this tool lies in its datasets directory (source data vs. expected_result). While the code itself is free to use under the Apache 2.0 license, we believe that sharing broker exports test cases benefits the entire community.

Our Request to You

If you have your own train data, discover interesting edge cases, or find corrections for expected results while using this app, please share them back with us.

Why contribute your data?

  • Maintenance: If we include your data in the main repository, we will ensure that your specific use cases continue to work in all future updates.
  • Robustness: You help make the tool more reliable for yourself and others.
  • Recognition: Contributors may be credited in our repository.

How to Submit Data

  1. Fork the repository.
  2. Add your data files to the /datasets directory.
  3. Open a Pull Request with a brief description of what your case covers.

Let's build the most robust suite together!