Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.25 KB

CONTRIBUTING.md

File metadata and controls

34 lines (24 loc) · 1.25 KB

Contributing to FIX Message Logstash Filter

Thanks for taking the time to contribute to FIX Message Logstash Filter!

If you come across any issues, please tell us. Pull requests (with tests) are appreciated. No pull request is too small. Please help with:

  • Reporting bugs
  • Suggesting features
  • Writing or improving documentation
  • Fixing typos
  • Cleaning whitespace
  • Refactoring code
  • Adding tests
  • Closing issues

Before you contribute

  • Did you find a bug? Ensure the bug was not already reported by searching on Github under Issues.

Steps to Contribute:

  1. Fork the official repository.
  2. Make your changes in a topic branch.
  3. Send a pull request.
  4. If you are new contributor to this project, sign the CLA

Notes:

  • If you report a bug and don't include a fix, please include a failing test.
  • Contributions without a signed CLA won't be accepted.
  • Generally, contributions without tests won't be accepted.
  • Contributions that fail the automated build won't be accepted.