Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request ngrok#318 from ngrok/danielle/prompt-for-additiona…
Browse files Browse the repository at this point in the history
…l-info-in-issues-template

feat: Prompt for additional info in issues template
  • Loading branch information
dthomasngrokker authored Oct 18, 2023
2 parents c2d84e9 + 7cb2714 commit 5af0f25
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions .github/ISSUE_TEMPLATE/controller_bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,40 @@ body:
Note, you do not need to create an issue if you have a change ready to submit.
You can open a [pull request](https://github.com/ngrok/kubernetes-ingress-controller/pulls) immediately instead.
- type: input
attributes:
label: Kubernetes Version
description: Which Kubernetes Version do you use?
validations:
required: true
- type: input
attributes:
label: Helm Chart Version
description: Which version of the Helm chart do you use?
validations:
required: true
- type: input
attributes:
label: Ingress Controller Version
description: Which version of the Ingress controller do you use?
validations:
required: true
- type: textarea
attributes:
label: System Info
description: We want to know your OS, architecture etc.
placeholder: >
Run `uname -a` or `systeminfo` and copy the output here.
validations:
required: true
- type: textarea
attributes:
label: Helm Chart configuration
description: Additional description of your Helm Chart configuration.
placeholder: >
Enter any relevant details of your Helm Chart configuration. Maybe you can
paste your `values.yaml` or important parts of it here? Make sure to surround the code
you paste with ``` ```.
- type: textarea
attributes:
label: What happened
Expand Down

0 comments on commit 5af0f25

Please sign in to comment.