Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
pattersonbl2 committed Jul 10, 2023
1 parent 488adde commit 365cb72
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions .github/DISUSSION_TEMPLATE/question.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
title: "[General] "
labels: ["Questions"]
body:
- type: dropdown
id: Product type
attributes:
label: What Product type are having issue with ?
options:
- Hubs Cloud
- Custom Client Hubs Cloud.
- Manged Hubs Service
validations:
required: true
- type: input
attributes:
label: Summary
description: Quick Description of Problem
validations:
required: true
- type: textarea
id: Steps to Reproduce
attributes:
label: How to Reproduce ?
description: "Add any steps to reproduce and error sceenshots"
value: |
How to reproduce:
errors:
render: bash
validations:
required: true


0 comments on commit 365cb72

Please sign in to comment.