Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.47 KB

CONTRIBUTING.md

File metadata and controls

31 lines (19 loc) · 1.47 KB

Guidelines on Contributing

Thank you for taking the time to contribute to the Sentry operator!

This document describes the guidelines that you should follow when contributing to this project.

When contributing, please start by searching through the issues and pull requests to see whether someone else has raised a similar idea or question.

Issues

If you have any questions, encountered any bugs, or would like to propose any features, please create an issue in this repository using the following issue templates:

Pull Requests

To contribute code to this project, simply create a pull request in this repository using the given template.

Please ensure that your PR meets the following requirements:

  • Has a meaningful and concise title.
  • Has a description that clearly describes the problem and/or solution.
  • Includes any relevant issue numbers if applicable.
  • Includes clear and descriptive commit messages.
  • Passes all commit status checks.

Development

To set up your environment and begin working on the codebase, see DEVELOPMENT.md.