Skip to content

Commit

Permalink
Merge pull request #393 from jfaurskov/issue_templates
Browse files Browse the repository at this point in the history
Initial commit
  • Loading branch information
JoeyBarnes authored Oct 31, 2024
2 parents f7d15b0 + d6c6eb2 commit b9851c6
Show file tree
Hide file tree
Showing 5 changed files with 168 additions and 24 deletions.
42 changes: 42 additions & 0 deletions .github/ISSUE_TEMPLATE/amba-alz-issue.yml
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

42 changes: 42 additions & 0 deletions .github/ISSUE_TEMPLATE/amba-avd-issue.yml
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

42 changes: 42 additions & 0 deletions .github/ISSUE_TEMPLATE/amba-avs-issue.yml
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

42 changes: 42 additions & 0 deletions .github/ISSUE_TEMPLATE/amba-workload-issue.yml
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

24 changes: 0 additions & 24 deletions .github/ISSUE_TEMPLATE/question_feedback.yml

This file was deleted.

0 comments on commit b9851c6

Please sign in to comment.