Skip to content

Commit

Permalink
Merge pull request #1549 from tnozicka/gh-templates
Browse files Browse the repository at this point in the history
Update GitHub issue templates
  • Loading branch information
scylla-operator-bot[bot] committed Nov 10, 2023
2 parents 95f35a8 + 508834b commit 002e228
Show file tree
Hide file tree
Showing 5 changed files with 105 additions and 62 deletions.
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)?
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.
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.

0 comments on commit 002e228

Please sign in to comment.