Skip to content

Commit

Permalink
Merge pull request #1653 from fluxcd/gh-bug-template
Browse files Browse the repository at this point in the history
Provide suggestion for some fields in bug report
  • Loading branch information
stefanprodan authored Jul 28, 2021
2 parents d3944c0 + f795e3e commit d40685a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Bug report
description: Create a report to help us improve Flux v2
description: Create a report to help us improve Flux
body:
- type: markdown
attributes:
Expand Down Expand Up @@ -41,20 +41,21 @@ body:
required: true
attributes:
label: OS / Distro
description: The OS / distro you are executing `flux` on. If not applicable, write `N/A`.
placeholder: e.g. Windows 10, Ubuntu 20.04, Arch Linux, macOS 10.15...
- type: input
validations:
required: true
attributes:
label: Flux version
description: Run `flux --version` to check.
description: Run `flux --version` to check. If not applicable, write `N/A`.
placeholder: e.g. 0.16.1
- type: textarea
validations:
required: true
attributes:
label: Flux check
description: Run `flux check` to check.
description: Run `flux check` to check. If not applicable, write `N/A`.
placeholder: |
For example:
► checking prerequisites
Expand Down

0 comments on commit d40685a

Please sign in to comment.