-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
21 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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._ |