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

Add issue templates for bugs and features. #7

Merged
merged 1 commit into from
Oct 24, 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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
46 changes: 46 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
name: Bug Report
description: File a bug report
title: "[Bug]: "
labels: ["bug", "triage"]
assignees: ["lumberbaron", "Luay-Sol", "hadielaham88"]
body:
- type: textarea
id: description
attributes:
label: Bug Description
description: What is the problem?
validations:
required: true
- type: textarea
id: expected
attributes:
label: Expected Behavior
description: What did you expect to happen?
validations:
required: true
- type: textarea
id: reproduction
attributes:
label: Steps to Reproduce
description: How can the problem be reproduced?
validations:
required: true
- type: dropdown
id: flavour
attributes:
label: Kubernetes flavour
description: What Kubernetes favour were you using?
options:
- EKS
- AKS
- GKE
default: 0
validations:
required: true
- type: input
id: version
attributes:
label: Kubernetes version
description: What Kubernetes version were you using?
validations:
required: true
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: Feature Request
description: File a feature request
title: "[Feature]: "
labels: ["feature", "triage"]
assignees: ["lumberbaron", "Luay-Sol", "hadielaham88"]
body:
- type: textarea
id: description
attributes:
label: Feature Description
description: A description of the feature you are proposing.
validations:
required: true
- type: textarea
id: use-case
attributes:
label: Use Case
description: Why do you need this feature?
validations:
required: true
- type: textarea
id: solution
attributes:
label: Proposed Solution
description: How would you solve this problem?
validations:
required: false