Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: Bug Report
description: Create a report
labels: ["bug"]
body:
- type: textarea
id: description
attributes:
label: Description
description: A description of what the bug is.
validations:
required: true
- type: textarea
id: steps
attributes:
label: Steps to Reproduce
description: A short code sample that causes the bug.
placeholder: Console.Write("Hello, World!");
render: c#
validations:
required: true
- type: textarea
id: version
attributes:
label: Version
description: What version(s) are you using?
placeholder: 1.0.0-alpha.23
validations:
required: true