Update bug-report-issue-form.yaml

This commit is contained in:
Jack Tracey 2023-08-30 10:15:08 +01:00 коммит произвёл GitHub
Родитель 79e61a914e
Коммит 3bb343227b
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 6 добавлений и 6 удалений

Просмотреть файл

@ -11,14 +11,14 @@ body:
id: what-happened
attributes:
label: What happened? Provide a clear and concise description of the bug, including deployment details.
value: "A bug happened!"
validations:
required: true
- type: textarea
id: correlation-id
attributes:
label: Please provide the correlation id associated with your error or bug. You can use the example here on how to find it https://learn.microsoft.com/en-us/azure/azure-resource-manager/templates/deployment-history?tabs=azure-portal
value: "A bug happened!"
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
@ -36,10 +36,10 @@ body:
- 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 issue list https://github.com/Azure/ALZ-Bicep/issues?q=is%3Aissue+sort%3Aupdated-desc+
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 previous issues for this item
- label: I have searched the issues for this item and found no duplicate
required: true
- type: checkboxes
id: terms