Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 2.11 KB

CONTRIBUTING.md

File metadata and controls

34 lines (22 loc) · 2.11 KB

Contributing Issues

Before Submitting an Issue

First, if your issue is a question or you need help with setting up / configuring Streisand, then please ask on the streisand-discussions repo.

If a you are submitting an issue about a bug or technical feature request, please do a search in open issues to see if the issue or feature request has already been filed.

If you find your issue already exists, feel free to add constructive comments such as new information, additionl insights on how to reproduce, etc and then add a reaction. Using reactions in place of a "+1" or "me too!" comments helps keeps the conversation clear and concise.

👍 - upvote

👎 - downvote

If you cannot find an existing issue that describes your bug or feature, submit an issue using the guidelines below.

Writing Good Bug Reports and Feature Requests

File a single issue per problem and feature request. Do not include multiple bugs or feature requests in the same issue. The more information you can provide, the more likely someone will be successful reproducing the issue and finding a fix. Take advantage of Github Markdown styling to make your issue easier to read. For example, Wrap single line code statements or logs in single backticks: ` code here `. Wrap multi-line in triple backticks: ``` multi-line code here ```.

Please include the following with each issue:

  • Reproducible steps (1... 2... 3...) and what you expected versus what you actually saw.
  • Log output from Ansible or other relevant services, ideally linking to a Gist for longer log output.
  • Target Cloud Provider
  • Operating System of Streisand server
  • Operating System of client
  • Version of Ansible using output from ansible --version

Don't feel bad if we can't reproduce the issue and ask for more information!

Contributing Fixes

If you are interested in fixing issues and contributing directly to the code base, please feel free to submit a PR.