adding quickfix

This commit is contained in:
Ramiro Paz
2026-03-09 15:35:32 -03:00
parent 0e8fe168ef
commit fe588e92f1
1222 changed files with 1408232 additions and 1 deletions

18
quickfix/CONTRIBUTING.md Normal file
View File

@ -0,0 +1,18 @@
# Contribution Guidelines
We welcome pull requests, bug fixes and issue reports.
Please direct questions about using the library to the [Mailing List](https://groups.google.com/forum/#!forum/quickfixgo).
Before proposing a large change, please discuss your change by raising an issue.
## Submitting Changes
* Push your changes to a topic branch in your fork of the repository
* Submit a pull request to the repository in the QuickFIXGo Organization
## Notes
* If you report a bug and do not include a fix, please include a failing test
* Generally, contributions without tests will not be accepted
* Contributions that fail the automated build will not be accepted