Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.55 KB

CONTRIBUTING.md

File metadata and controls

32 lines (20 loc) · 1.55 KB

Contributing Guidelines

Thanks for your interest in contributing to the Massdriver CLI! Please take a moment to review this document in order to make the contribution process easy and effective for everyone involved.

Reporting Bugs

If you think you have found a bug in the software, please submit an issue on the GitHub repository. Please include as much detail as possible in your report, including steps to reproduce the issue and any relevant error messages.

Suggesting Enhancements

If you have an idea for how to improve the software, we would love to hear it! Please submit an issue on the GitHub repository with your enhancement suggestion.

Pull Requests

We welcome contributions in the form of pull requests! Before submitting a pull request, please follow these guidelines:

  • Fork the repository and create a new branch from main.
  • Write clear, concise commit messages.
  • Include tests for any new or changed functionality.
  • Ensure that your code adheres to the project's style guidelines.
  • Ensure that all tests pass by running go test ./....
  • Submit a pull request, explaining the changes you have made and why they should be merged.

License

By contributing to this project, you agree that your contributions will be licensed under the project's LICENSE.