name: Bug Report description: File a bug report labels: ["bug"] body: - type: markdown attributes: value: | Thanks for taking the time to fill out this bug report! - type: textarea id: description attributes: label: Description description: Describe the bug you are experiencing placeholder: Something happend when I did something validations: required: true - type: textarea id: steps-to-reproduce attributes: label: Steps to reproduce description: Write a step by step list that will allow us to reproduce this bug placeholder: | 1. Do something 2. Then do something else validations: required: true - type: textarea id: expected-behavior attributes: label: Expected behavior description: Explain how you expect Sherlock to behave placeholder: I expect Sherlock to behave like this when that is done validations: required: true - type: textarea id: actual-behavior attributes: label: Actual behavior description: Explain how Sherlock is acutally behaving placeholder: Sherlock should be behaving like this when that is done validations: required: true - type: textarea id: additional-info attributes: label: Additional information description: If you have some additional information, please write it here validations: required: true - type: checkboxes id: terms attributes: label: Code of Conduct description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/sherlock-project/sherlock/blob/master/docs/CODE_OF_CONDUCT.md). options: - label: I agree to follow this project's Code of Conduct required: true