Skip to content

Latest commit

 

History

History
48 lines (22 loc) · 1.52 KB

CONTRIBUTING.md

File metadata and controls

48 lines (22 loc) · 1.52 KB

How to contribute to midi-smtp-server

Hi, welcome to this project.


Found a bug?

  • Please ensure the bug was not already reported by searching on GitHub under Issues.

  • If you're unable to find an open issue addressing the problem, open a new one. Be sure to include a title and clear description, as much relevant information as possible, and if available a code sample or an executable test case demonstrating the expected behavior that is not occurring.

  • If possible, use a relevant bug report templates to create the issue.


Written a feature or patch?

  • Please open a new GitHub pull request with the changes.

  • Ensure the PR description clearly describes the feature or the problem and solution. Include the relevant issue number if applicable.

  • Before submitting, please check that the code is aligned with coding conventions and checked by rubocop.


Fixed whitespace, formatted code, or made a purely cosmetic patch?

  • Changes that are cosmetic in nature and do not add anything substantial to the stability, functionality, or testability of MidiSmtpServer will be accepted but on low priority depending on open issues and time.

Questions about usage?

  • Ask your question about how to use midi-smtp-server in the issue queue and mark that issue as a question.


Thanks for your support ♥️

Project Team