Skip to content

Commit

Permalink
chore(templates): fix description bug_report template (#22)
Browse files Browse the repository at this point in the history
Signed-off-by: Nikita Korolev <[email protected]>
Signed-off-by: Nikita Korolev <[email protected]>
Co-authored-by: Tishkov Pavel <[email protected]>
  • Loading branch information
universal-itengineer and fl64 authored Mar 11, 2024
1 parent c78a3f3 commit 90c7a77
Showing 1 changed file with 32 additions and 4 deletions.
36 changes: 32 additions & 4 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: 🎯 Bug report
description: Report a bug to help us improve Deckhouse
labels:
- 'type/bug'
- 'status/needs-triage'
- 'type/bug'
- 'status/needs-triage'
body:
- type: markdown
attributes:
Expand All @@ -21,12 +21,40 @@ body:
required: true
- type: input
attributes:
label: Version
label: Virtualization Version
description: |
What version of Deckhouse are you running?
What version of the virtualization module are you using?
To find it, run the `kubectl get modulereleases.deckhouse.io` command.
Example output:
```
NAME PHASE UPDATE POLICY TRANSITIONTIME MESSAGE
virtualization-v1.0.0 Deployed deckhouse 78d
```
placeholder: v1.0.0
validations:
required: true
- type: input
attributes:
label: Deckhouse Version
description: |
What version of Deckhouse are you using?
To find it, run the `kubectl get deckhousereleases` command.
Example output:
```
NAME PHASE TRANSITIONTIME MESSAGE
v1.57.1 Deployed 10d
```
placeholder: v1.0.0
validations:
required: true
- type: input
attributes:
label: Kubernetes Storage
description: |
What kind of storage do you use?
placeholder: linstor
- type: textarea
attributes:
label: Expected Behavior
Expand Down

0 comments on commit 90c7a77

Please sign in to comment.