Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 568 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (11 loc) · 568 Bytes

Contributing To Mollitia Prometheus

Issues

When you find a new issue

  • Open a new issue. Be sure to include a title and a clear description. A code sample to reproduce the issue would be even better!

When you fix an issue

  • Create an issue if your fix solves an issue that has not yet been reported.
  • Create a pull request referencing the issue that should be solved.
  • Linting and Unit-Tests should be passing.
  • If needed, documentation should be updated.