Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1.04 KB

File metadata and controls

23 lines (17 loc) · 1.04 KB

Contributing to Gateway Monitor

First off, thank you for considering contributing to Gateway Monitor! It's people like you that make Gateway Monitor such a great tool.

How Can I Contribute?

Reporting Bugs

  • Check the existing issues to see if the bug has already been reported.
  • If not, open a new issue. Include a clear title and description, as much relevant information as possible, and a code sample or a test case demonstrating the expected behavior that is not occurring.

Suggesting Enhancements

  • Open a new issue with a clear title and description of the suggestion.
  • Explain why this enhancement would be useful to most Gateway Monitor users.

Pull Requests

  • Fork the repo and create your branch from master.
  • If you've added code that should be tested, add tests.
  • If you've changed APIs, update the documentation.
  • Ensure the test suite passes.
  • Make sure your code follows the existing style (PSR-12 for PHP, ES6 for JS).

License

By contributing, you agree that your contributions will be licensed under its MIT License.