This commit is contained in:
Glenn Harper 2023-08-02 14:15:43 -04:00 коммит произвёл GitHub
Родитель 781c830099
Коммит 5a2c5eaf84
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 57 добавлений и 0 удалений

57
.github/ISSUE_TEMPLATE/Bug-Report.yml поставляемый Normal file
Просмотреть файл

@ -0,0 +1,57 @@
name: Bug Report
description: File a bug report
title: "[Bug]: "
labels: ["bug", "in-review"]
assignees:
- glharper
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?
description: Also tell us, what did you expect to happen?
placeholder: Tell us what you see!
value: "A bug happened!"
validations:
required: true
- type: dropdown
id: version
attributes:
label: Version
description: What version of our software are you running?
options:
- 1.31.0 (Edge)
- 1.30.1 (Default)
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.26.0
- 1.25.0
- Older
validations:
required: true
- type: dropdown
id: browsers
attributes:
label: What browser/platform are you seeing the problem on?
multiple: true
options:
- Node
- Firefox
- Chrome
- Safari
- Microsoft Edge
- React
- React Native
- Other
- type: textarea
id: logs
attributes:
label: Relevant log output
description: Please copy and paste any relevant log output, as per the instructions [here](https://docs.microsoft.com/azure/cognitive-services/speech-service/how-to-use-logging).
render: shell