Skip to content

Commit

Permalink
Merge pull request #98 from turkenf/update-issue-template
Browse files Browse the repository at this point in the history
Comprehensive Issue Template Update: Assisting Users in Better Issue Definition
  • Loading branch information
turkenf authored Jan 25, 2024
2 parents a896c0c + 3dc67aa commit 9319df4
Show file tree
Hide file tree
Showing 2 changed files with 105 additions and 31 deletions.
31 changes: 0 additions & 31 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

105 changes: 105 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
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

0 comments on commit 9319df4

Please sign in to comment.