Skip to content

Commit

Permalink
Update bug report.
Browse files Browse the repository at this point in the history
  • Loading branch information
antejavor committed Aug 8, 2024
1 parent 519c26a commit d03574e
Showing 1 changed file with 21 additions and 60 deletions.
81 changes: 21 additions & 60 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 protected]
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._

0 comments on commit d03574e

Please sign in to comment.