Skip to content

Commit

Permalink
Update to issue and question template to ask if they've checked the b…
Browse files Browse the repository at this point in the history
…acklog (#5288)

* Update 1-coe-starter-kit-bug.yml

* Update 5-coe-starter-kit-question.yml

* Update 5-coe-starter-kit-question.yml

* Update 5-coe-starter-kit-question.yml

* Update 1-coe-starter-kit-bug.yml
  • Loading branch information
manuelap-msft authored Apr 13, 2023
1 parent 0413dd1 commit 38fa71b
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE/1-coe-starter-kit-bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ title: "[CoE Starter Kit - BUG] ISSUE TITLE"
labels: ["coe-starter-kit","bug"]
assignees: Jenefer-Monroe
body:
- type: checkboxes
attributes:
label: Does this bug already exist in our backlog?
description: Have you validated that your bug is not already in the [backlog](https://github.com/microsoft/coe-starter-kit/issues) or has already been answered in our [wiki](https://github.com/microsoft/coe-starter-kit/wiki/Issue-triage-(CoE-Starter-Kit))?
options:
- label: I have checked and confirm this is a new bug.
required: true
- type: textarea
attributes:
label: Describe the issue
Expand Down Expand Up @@ -44,6 +51,15 @@ body:
placeholder: "Admin - Sync Template v3"
validations:
required: true
- type: dropdown
id: inventory
attributes:
label: What method are you using to get inventory and telemetry?
options:
- Cloud flows
- Data Export
validations:
required: false
- type: textarea
attributes:
label: Steps To Reproduce
Expand Down
16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE/5-coe-starter-kit-question.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ title: "[CoE Starter Kit - QUESTION] QUESTION"
labels: ["coe-starter-kit", "question"]
assignees: Jenefer-Monroe
body:
- type: checkboxes
attributes:
label: Does this question already exist in our backlog?
description: Have you validated that your question is not already in the [backlog](https://github.com/microsoft/coe-starter-kit/issues) or has already been answered in our [wiki](https://github.com/microsoft/coe-starter-kit/wiki/Issue-triage-(CoE-Starter-Kit))?
options:
- label: I have checked and confirm this is a new question.
required: true
- type: textarea
attributes:
label: What is your question?
Expand Down Expand Up @@ -36,3 +43,12 @@ body:
attributes:
label: What app or flow are you having the issue with?
placeholder: "Admin - Sync Template v3"
- type: dropdown
id: inventory
attributes:
label: What method are you using to get inventory and telemetry?
options:
- Cloud flows
- Data Export
validations:
required: false

0 comments on commit 38fa71b

Please sign in to comment.