Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update bug report template #54

Merged
merged 1 commit into from
Aug 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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@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._
Loading