csharpc-sharpdotnetxamlavaloniauicross-platformcross-platform-xamlavaloniaguimulti-platformuser-interfacedotnetcore
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
50 lines
1.2 KiB
50 lines
1.2 KiB
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.
|
|
|