Skip to content

Commit

Permalink
Merge branch 'main' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
oZakari authored Nov 13, 2023
2 parents c371a55 + 328a18b commit c96d81c
Show file tree
Hide file tree
Showing 205 changed files with 5,338 additions and 4,107 deletions.
11 changes: 11 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# See for instructions on this file https://help.github.com/articles/about-codeowners/

# These owners will be the default owners for everything in
# the repo. Unless a later match takes precedence,
# @global-owner1 and @global-owner2 will be requested for
# review when someone opens a pull request.

.github/CODEOWNERS @Azure/alz-bicep-admin-team
.github/** @Azure/alz-bicep-admin-team

accelerator/** @Azure/alz-bicep-accelerator-team
36 changes: 0 additions & 36 deletions .github/ISSUE_TEMPLATE/bug-report---.md

This file was deleted.

51 changes: 51 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report-issue-form.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
name: Bug Report
description: File a bug report
title: "[PLACEHOLDER] - Place a descriptive title here"
labels: ["bug"]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- type: textarea
id: what-happened
attributes:
label: What happened? Provide a clear and concise description of the bug, including deployment details.
validations:
required: true
- type: textarea
id: correlation-id
attributes:
label: Please provide the correlation id associated with your error or bug.
description: You can use the example [here](https://learn.microsoft.com/azure/azure-resource-manager/templates/deployment-history?tabs=azure-portal) on how to find it
value: "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
validations:
required: false
- type: textarea
id: what-is-expected
attributes:
label: What was the expected outcome?
validations:
required: false
- type: textarea
id: logs
attributes:
label: Relevant log output
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
render: Shell
- type: checkboxes
id: previous-checks
attributes:
label: Check previous GitHub issues
description: By submitting this issue, you confirm that you have done a search for this issue in the [current and past issue list](https://github.com/Azure/ALZ-Bicep/issues?q=is%3Aissue+sort%3Aupdated-desc+)
options:
- label: I have searched the issues for this item and found no duplicate
required: true
- type: checkboxes
id: terms
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/Azure/ALZ-Bicep/blob/main/CODE_OF_CONDUCT.md)
options:
- label: I agree to follow this project's Code of Conduct
required: true
20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/feature-request---.md

This file was deleted.

59 changes: 59 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request-issue-form.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
name: Feature Request
description: Request a new feature!
title: "[PLACEHOLDER] - Place a descriptive title here"
labels: ["enhancement"]
body:
- type: markdown
attributes:
value: |
We always appreciate the community involvement! Request the feature below
- type: textarea
id: describe-feature
attributes:
label: Describe the feature end to end, including deployment scenario details under which the feature would occur.
validations:
required: true
- type: textarea
id: feature-why
attributes:
label: Why is this feature important. Describe why this would be important for your organization and others. Would this impact similar orgs in the same way?
validations:
required: true
- type: textarea
id: correlation-id
attributes:
label: Please provide the correlation id associated with your error or bug.
description: You can use the example [here](https://learn.microsoft.com/azure/azure-resource-manager/templates/deployment-history?tabs=azure-portal) on how to find it
value: "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
validations:
required: false
- type: textarea
id: feature-alternatives
attributes:
label: Can you describe any alternatives that you have taken since this feature does not exist?
validations:
required: false
- type: textarea
id: feature-implementation
attributes:
label: Feature Implementation
description: Did you successfully implement the feature on your own? Do you have code to share? Link to your branch, if applicable.
render: Shell
validations:
required: false
- type: checkboxes
id: previous-checks
attributes:
label: Check previous GitHub issues
description: By submitting this issue, you confirm that you have done a search for this issue in the [current and past issue list](https://github.com/Azure/ALZ-Bicep/issues?q=is%3Aissue+sort%3Aupdated-desc+)
options:
- label: I have searched the issues for this item and found no duplicate
required: true
- type: checkboxes
id: terms
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/Azure/ALZ-Bicep/blob/main/CODE_OF_CONDUCT.md)
options:
- label: I agree to follow this project's Code of Conduct
required: true
24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/general-feedback-questions-issue-form.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: General Feedback
description: Tell us what you think!
title: "[PLACEHOLDER] - Place a descriptive title here"
labels: ["feedback"]
body:
- type: markdown
attributes:
value: |
We always appreciate the community involvement! Let us know your feedback.
- type: textarea
id: describe-feedback
attributes:
label: Let us know the feedback or general question
value: "Feedback - Question"
validations:
required: true
- type: checkboxes
id: terms
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/Azure/ALZ-Bicep/blob/main/CODE_OF_CONDUCT.md)
options:
- label: I agree to follow this project's Code of Conduct
required: true
16 changes: 0 additions & 16 deletions .github/ISSUE_TEMPLATE/general-question-feedback----.md

This file was deleted.

Loading

0 comments on commit c96d81c

Please sign in to comment.