Skip to content
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

Update GitHub issue templates #1549

Merged
merged 1 commit into from
Nov 10, 2023
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
65 changes: 65 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
name: Bug Report
description: Report a bug encountered with Scylla Operator
labels: kind/bug
body:
- type: textarea
id: problem
attributes:
label: What happened?
description: |
Please provide as much info as possible. Ensuring all details are shared in your report will help us address your bug in a timely manner.
validations:
required: true

- type: textarea
id: expected
attributes:
label: What did you expect to happen?
validations:
required: true

- type: textarea
id: repro
attributes:
label: How can we reproduce it (as minimally and precisely as possible)?
rzetelskik marked this conversation as resolved.
Show resolved Hide resolved
validations:
required: true

- type: textarea
id: operatorVersion
attributes:
label: Scylla Operator version
validations:
required: true

- type: textarea
id: kubernetesPlatform
attributes:
label: Kubernetes platform name and version
value: |
<details>
```console
$ kubectl version
# paste output here
```

Kubernetes platform info:
</details>
validations:
required: true

- type: textarea
id: must-gather
attributes:
label: |
Please attach the must-gather archive. The must-gather archive is a **mandatory** part of every bug report.
See https://operator.docs.scylladb.com/stable/support/must-gather.html to learn how you can collect it.

Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
rzetelskik marked this conversation as resolved.
Show resolved Hide resolved
validations:
required: true

- type: textarea
id: additional
attributes:
label: Anything else we need to know?
40 changes: 0 additions & 40 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

18 changes: 18 additions & 0 deletions .github/ISSUE_TEMPLATE/ci-flake.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: CI Flake
description: Report CI jobs that flaked
labels: kind/flake
body:
- type: textarea
id: jobref
attributes:
label: Link to the job that flaked.
validations:
required: true

- type: textarea
id: details
attributes:
label: Snippet of what failed.
description: Insert a short snippet of what failed to have a quick preview (stack trace) and something to track even if logs are gone.
validations:
required: true
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Feature request
description: Create a feature request
labels: kind/feature
body:
- type: textarea
id: expected
attributes:
label: What should the feature do?
validations:
required: true

- type: textarea
id: expected
attributes:
label: What is the use case behind this feature?
validations:
required: true

- type: textarea
id: additional
attributes:
label: Anything else we need to know?
22 changes: 0 additions & 22 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.