Skip to content

converting bug report issue template to a form issue #363

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

Merged
merged 1 commit into from
Jan 11, 2022
Merged
Show file tree
Hide file tree
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
24 changes: 0 additions & 24 deletions .github/ISSUE_TEMPLATE/Bug_report.md

This file was deleted.

91 changes: 91 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,91 @@
name: Report a bug 🐛
description: Create a report to help us improve
labels: ["bug"]
body:
- type: textarea
id: description
attributes:
label: Report
description: "What bug have you encountered?"
placeholder: "A clear and concise description of what the bug is."
- type: textarea
id: expected-behavior
attributes:
label: Expected Behavior
description: What did you expect to happen?
placeholder: What did you expect to happen?
validations:
required: true
- type: textarea
id: actual-behavior
attributes:
label: Actual Behavior
description: Also tell us, what did you see is happen?
placeholder: Tell us what you see that is happening
validations:
required: true
- type: textarea
id: repro-steps
attributes:
label: Steps to Reproduce the Problem
description: "How can we reproduce this bug? Please walk us through it step by step."
value: |
1.
2.
3.
validations:
required: true
- type: textarea
id: logs
attributes:
label: Logs from KEDA HTTP operator
description: "Provide logs from the KEDA HTTP operator, if need be."
value: |
```
example
```
validations:
required: false
- type: input
id: keda-http-version
attributes:
label: What version of the KEDA HTTP Addon are you running?
validations:
required: false
- type: dropdown
id: kubernetes-version
attributes:
label: Kubernetes Version
description: What version of Kubernetes that are you running?
options:
- "1.22"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You are behind my friend :D

Suggested change
- "1.22"
- "1.23"
- "1.22"

- "1.21"
- "1.20"
- "1.19"
- "1.18"
- "1.17"
- "1.16"
- "< 1.16"
- "Other"
validations:
required: false
- type: dropdown
id: cluster-type
attributes:
label: Platform
description: Where is your cluster running?
options:
- Any
- Alibaba Cloud
- Amazon Web Services
- Google Cloud
- Microsoft Azure
- Red Hat OpenShift
- Other
validations:
required: false
- type: textarea
id: anything-else
attributes:
label: Anything else?
description: "Let us know if you have anything else to share"