Browse Source

Create bug_report.yml

pull/16303/head
Max Katz 2 years ago
committed by GitHub
parent
commit
3e17c7c888
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 50
      .github/ISSUE_TEMPLATE/bug_report.yml

50
.github/ISSUE_TEMPLATE/bug_report.yml

@ -0,0 +1,50 @@
name: Bug Report
description: File a bug report
labels: ["bug"]
body:
- type: textarea
id: what-happened
attributes:
label: Describe the bug
description: A clear and concise description of what the bug is.
validations:
required: true
- type: textarea
id: steps
attributes:
label: To Reproduce
description: Steps to reproduce the behavior.
validations:
required: true
- type: textarea
id: what-expected
attributes:
label: Expected behavior
description: A clear and concise description of what you expected to happen.
- type: input
id: avalonia-version
attributes:
label: Avalonia version
placeholder: e.g. 11.0.9, 11.1.0
validations:
required: true
- type: dropdown
id: os
attributes:
label: OS
multiple: true
options:
- Windows
- macOS
- Linux
- WebAssembly
- Android
- iOS
- Tizen
- type: textarea
id: additional-info
attributes:
label: Additional context
description: |
Add any other context about the problem here.
If applicable, add screenshots to help explain your problem.
Loading…
Cancel
Save