Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 1.06 KB

CONTRIBUTING.md

File metadata and controls

25 lines (15 loc) · 1.06 KB

Contributing to mps

We welcome your involvement in developing this project. Please follow these steps to make contributing as straightforward and transparent as possible.

Report Bugs

We use GitHub issues to track public bugs. Report a bug by opening a new issue.

Open Pull Requests

To propose modifications to the codebase, submit pull requests following these guidelines:

  1. Fork the repo and create your branch from main.
  2. Add tests if you have added code that should be tested.
  3. Ensure the test suite passes (go test ./...)
  4. Lint your code.
  5. Provide clear commit messages: Write descriptive commit messages explaining each change's purpose. They should comply with the Conventional Commits specification.

License

By submitting code changes, you agree that your contributions will be licensed under the same MIT license as the rest of the project.

Thank you!

We appreciate your interest in contributing to mps and look forward to your contributions!