Skip to content

Commit

Permalink
Update bug template (#7349)
Browse files Browse the repository at this point in the history
  • Loading branch information
maciaszczykm authored Aug 12, 2022
1 parent 9d720d7 commit c0cdb45
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,17 +54,14 @@ body:
id: kubernetesVersion
attributes:
label: Kubernetes version
description: Provide output of 'kubectl version' command.
validations:
required: true

- type: input
id: goVersion
attributes:
label: Go version
description: Please provide 'go version' output. For developers only.

- type: input
id: nodeVersion
- type: textarea
id: devEnvironment
attributes:
label: Node.js version
description: Please provide 'node --version' output. For developers only.
label: Dev environment
description: |
Provide outputs of 'go version' and 'node --version' commands.
It's needed only if using development version of Kubernetes Dashboard.

0 comments on commit c0cdb45

Please sign in to comment.