Skip to content

Commit

Permalink
Merge pull request #220 from michaelfitzo/adding-issue-template-speci…
Browse files Browse the repository at this point in the history
…fic-to-helm

Adding issue template specific to helm
  • Loading branch information
michaelfitzo authored Dec 12, 2024
2 parents 0c71be3 + 9a580cc commit 82196a7
Show file tree
Hide file tree
Showing 2 changed files with 96 additions and 0 deletions.
74 changes: 74 additions & 0 deletions .github/ISSUE_TEMPLATE/create-a-bug-report-helm.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
---
name: Bug Report
description: Use this template for reporting bugs related to gen3-helm.
labels: bug
assignees: []

body:
- type: markdown
attributes:
value: |
Thanks for taking the time to create an issue. Please read the following before posting:
- DO NOT post any Personally Identifiable Information (PII) in a GitHub Issue. This includes IP address, hostnames, and tokens.
- If you have questions please ask on our [Gen3 Community Slack channel](https://app.slack.com/client/T03A08KRA/C03A08KRY)! Not yet in the channel? Request Slack access [here](https://docs.google.com/forms/d/e/1FAIpQLSczyhhOXeCK9FdVtpQpelOHYnRj1EAq1rwwnm9q6cPAe5a7ug/viewform).
- For bugs, specify impacted services (if known), versions, errors, and explain in detail what you are trying to do. Please provide a minimally reproducible example.
- Issue or Pull Request? Create only one, not both. If unsure, start with an issue or ask on Slack.
- type: input
attributes:
label: "Name and Version"
description: "Name and version of the affected chart"
placeholder: "gen3-helm release 494"
validations:
required: true

- type: dropdown
attributes:
label: "What architecture are you using?"
description: "Choose the architecture of the host where the containers are executed"
options:
- amd64
- arm64

- type: textarea
attributes:
label: "What steps will reproduce the bug?"
description: "Enter details about your bug."
placeholder: |
1. In this environment...
2. With this config...
3. Run '...'
4. See error...
validations:
required: true

- type: textarea
attributes:
label: "What kind of cluster are you using? (e.g. Kind, Minikube, EKS, GKE, etc.)"

- type: textarea
attributes:
label: "Are you using any custom parameters or values?"
description: "Add any parameter used via `--set` or as a `values.yaml` customization."
validations:
required: true

- type: textarea
attributes:
label: "What is the expected behavior?"
description: "If possible please provide textual output instead of screenshots."
validations:
required: true

- type: textarea
attributes:
label: "What do you see instead?"
description: "If possible please provide textual output instead of screenshots."
validations:
required: true

- type: textarea
attributes:
label: "Additional information"
description: "Tell us anything you think we should know"
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/create-a-feature-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name: Create a Feature Request
about: Suggest an idea for Gen3
title: 'Feature Request: short description of your feature request'
labels: ''
assignees: ''

---

DO NOT post any Personally Identifiable Information (PII) in a GitHub Issue. This includes IP address and hostnames.

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.

0 comments on commit 82196a7

Please sign in to comment.