-
Notifications
You must be signed in to change notification settings - Fork 255
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 #393 from jfaurskov/issue_templates
Initial commit
- Loading branch information
Showing
5 changed files
with
168 additions
and
24 deletions.
There are no files selected for viewing
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,42 @@ | ||
name: AMBA - ALZ Pattern Issue 🚀 | ||
description: Have an issue, question or suggestion for the AMBA ALZ Pattern? Let us know! | ||
title: "[General workload issue]: " | ||
assignees: | ||
- arjenhuitema | ||
labels: | ||
[ | ||
"Pattern: ALZ" | ||
] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thank you for submitting this issue! | ||
- type: checkboxes | ||
id: existing-checks | ||
attributes: | ||
label: Check for previous/existing GitHub issues | ||
description: By submitting this issue, you confirm that you have [searched for previous/existing GitHub issues](https://github.com/Azure/azure-monitor-baseline-alerts/issues) to avoid creating a duplicate. | ||
options: | ||
- label: I have checked for previous/existing GitHub issues | ||
required: true | ||
- type: dropdown | ||
id: issue-type | ||
attributes: | ||
label: Issue Type? | ||
description: How would you best describe this issue? Is this a... | ||
options: | ||
- "Feature Request" | ||
- "Bug" | ||
- "Question" | ||
- "Other" | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: question-feedback-text | ||
attributes: | ||
label: Description | ||
description: Let us know your question, feedback or suggestion here! | ||
validations: | ||
required: true | ||
|
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,42 @@ | ||
name: AMBA - AVD Pattern Issue 🚀 | ||
description: Have an issue, question or suggestion for the AMBA AVD Pattern? Let us know! | ||
title: "[General workload issue]: " | ||
assignees: | ||
- JCoreMS | ||
labels: | ||
[ | ||
"Pattern: AVD" | ||
] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thank you for submitting this issue! | ||
- type: checkboxes | ||
id: existing-checks | ||
attributes: | ||
label: Check for previous/existing GitHub issues | ||
description: By submitting this issue, you confirm that you have [searched for previous/existing GitHub issues](https://github.com/Azure/azure-monitor-baseline-alerts/issues) to avoid creating a duplicate. | ||
options: | ||
- label: I have checked for previous/existing GitHub issues | ||
required: true | ||
- type: dropdown | ||
id: issue-type | ||
attributes: | ||
label: Issue Type? | ||
description: How would you best describe this issue? Is this a... | ||
options: | ||
- "Feature Request" | ||
- "Bug" | ||
- "Question" | ||
- "Other" | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: question-feedback-text | ||
attributes: | ||
label: Description | ||
description: Let us know your question, feedback or suggestion here! | ||
validations: | ||
required: true | ||
|
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,42 @@ | ||
name: AMBA - AVS Pattern Issue 🚀 | ||
description: Have an issue, question or suggestion for the AMBA AVS Pattern? Let us know! | ||
title: "[General workload issue]: " | ||
assignees: | ||
- Mahesh-MSFT | ||
labels: | ||
[ | ||
"Pattern: AVS" | ||
] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thank you for submitting this issue! | ||
- type: checkboxes | ||
id: existing-checks | ||
attributes: | ||
label: Check for previous/existing GitHub issues | ||
description: By submitting this issue, you confirm that you have [searched for previous/existing GitHub issues](https://github.com/Azure/azure-monitor-baseline-alerts/issues) to avoid creating a duplicate. | ||
options: | ||
- label: I have checked for previous/existing GitHub issues | ||
required: true | ||
- type: dropdown | ||
id: issue-type | ||
attributes: | ||
label: Issue Type? | ||
description: How would you best describe this issue? Is this a... | ||
options: | ||
- "Feature Request" | ||
- "Bug" | ||
- "Question" | ||
- "Other" | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: question-feedback-text | ||
attributes: | ||
label: Description | ||
description: Let us know your question, feedback or suggestion here! | ||
validations: | ||
required: true | ||
|
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,42 @@ | ||
name: AMBA - General workload Issue 🚀 | ||
description: Have an issue, question or suggestion for a specific workload alert or for the overall project? Let us know! | ||
title: "[General workload issue]: " | ||
assignees: | ||
- JoeyBarnes | ||
labels: | ||
[ | ||
"AMBA Core" | ||
] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thank you for submitting this issue! | ||
- type: checkboxes | ||
id: existing-checks | ||
attributes: | ||
label: Check for previous/existing GitHub issues | ||
description: By submitting this issue, you confirm that you have [searched for previous/existing GitHub issues](https://github.com/Azure/azure-monitor-baseline-alerts/issues) to avoid creating a duplicate. | ||
options: | ||
- label: I have checked for previous/existing GitHub issues | ||
required: true | ||
- type: dropdown | ||
id: issue-type | ||
attributes: | ||
label: Issue Type? | ||
description: How would you best describe this issue? Is this a... | ||
options: | ||
- "Feature Request" | ||
- "Bug" | ||
- "Question" | ||
- "Other" | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: question-feedback-text | ||
attributes: | ||
label: Description | ||
description: Let us know your question, feedback or suggestion here! | ||
validations: | ||
required: true | ||
|
This file was deleted.
Oops, something went wrong.