generated from crossplane/upjet-provider-template
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #98 from turkenf/update-issue-template
Comprehensive Issue Template Update: Assisting Users in Better Issue Definition
- Loading branch information
Showing
2 changed files
with
105 additions
and
31 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,105 @@ | ||
name: Bug Report | ||
description: Help us diagnose and fix bugs in Official AzureAD Provider | ||
labels: bug,needs:triage | ||
title: "[Bug]: " | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
# Thank you for helping to improve Official AzureAD Provider! | ||
- If you're not currently using the most recent version of the Upbound Official AzureAD Provider, we recommend upgrading. Your issue might have already been addressed in the latest release. | ||
- type: checkboxes | ||
id: existing_issue | ||
attributes: | ||
label: Is there an existing issue for this? | ||
description: | | ||
Please be sure to search for open issues before raising a new one. | ||
If there is an existing issue, please vote for it by adding a 👍 reaction to it to help us prioritize it. | ||
options: | ||
- label: I have searched the existing issues | ||
required: true | ||
|
||
- type: textarea | ||
id: affected | ||
attributes: | ||
label: Affected Resource(s) | ||
description: Please provide the GVK of the affected resource(s). E.g. "applications.azuread.upbound.io/v1beta1 - Application" | ||
placeholder: "* applications.azuread.upbound.io/v1beta1 - Application" | ||
validations: | ||
required: false | ||
|
||
- type: textarea | ||
id: mr | ||
attributes: | ||
label: Resource MRs required to reproduce the bug | ||
description: Please provide the example manifests and configurations you use. | ||
validations: | ||
required: false | ||
|
||
- type: textarea | ||
id: repro | ||
attributes: | ||
label: Steps to Reproduce | ||
description: Please list the steps required to reproduce the issue. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: behavior | ||
attributes: | ||
label: What happened? | ||
description: What difference did you observe in the actual behavior compared to what you expected? | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: log | ||
attributes: | ||
label: Relevant Error Output Snippet | ||
description: | | ||
If possible, provide a relevant log from the error or panic output. | ||
render: shell | ||
validations: | ||
required: false | ||
|
||
- type: input | ||
id: crossplane_version | ||
attributes: | ||
label: Crossplane Version | ||
placeholder: "X.Y.Z" | ||
validations: | ||
required: true | ||
|
||
- type: input | ||
id: provider_version | ||
attributes: | ||
label: Provider Version | ||
placeholder: "X.Y.Z" | ||
validations: | ||
required: true | ||
|
||
- type: input | ||
id: kubernetes_version | ||
attributes: | ||
label: Kubernetes Version | ||
placeholder: "use `kubectl version`" | ||
validations: | ||
required: false | ||
|
||
- type: input | ||
id: kubernetes_distribution | ||
attributes: | ||
label: Kubernetes Distribution | ||
placeholder: "EKS, AKS, GKE, OpenShift, etc." | ||
validations: | ||
required: false | ||
|
||
- type: textarea | ||
id: additional_info | ||
attributes: | ||
label: Additional Info | ||
description: Any additional information you want to add, related issue(s), pull requests, document references, situations specific to your environment, etc. | ||
validations: | ||
required: false |