diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 6562ecc..4f67ae6 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -3,64 +3,25 @@ description: File a bug report title: "[Bug]: " labels: ["bug"] assignees: - - katarinasupe - - antejavor +- katarinasupe +- antejavor body: - - type: markdown - attributes: - value: | - Thanks for taking the time to fill out this bug report! - - type: input - id: contact - attributes: - label: Contact Details - description: How can we get in touch with you if we need more info? - placeholder: ex. email@example.com - validations: - required: false - - type: textarea - id: what-happened - attributes: - label: What happened? - description: Also tell us, what did you expect to happen? - placeholder: Tell us what you see! - validations: - required: true - - type: dropdown - id: type - attributes: - label: Chart type - description: With which chart did you experience issues? - options: - - Standalone - validations: - required: true - - type: dropdown - id: version - attributes: - label: Chart version - description: Which version of the chart are you running? - options: - - 0.1.0 - - 0.1.1 - validations: - required: true - - type: dropdown - id: browsers - attributes: - label: Environment - multiple: true - options: - - Local Machine - - Google Cloud Platform - - Amazon Web Services - - Microsoft Azure - - My environment is not listed - validations: - required: true - - type: textarea - id: logs - attributes: - label: Relevant log output - description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks. - render: shell +- type: markdown + attributes: + value: | + ## Bug Report + + **Chart type:** + _Specify the chart type you experienced issues with (Memgraph Standalone, Memgraph HA, Memgraph LAB)_ + + **Chart version:** + _Specify the version of the chart you are running._ + + **What happened?** + _Describe the issue and what you expected to happen._ + + **Environment:** + _Specify the environment where the issue occurred and how it could be related to the bug._ + + **Relevant log output:** + _Please copy and paste any relevant log output from pods and containers._