forked from AllSpice-Demos/KiCAD-Demo
43 lines
1.1 KiB
YAML
43 lines
1.1 KiB
YAML
name: Bug Report
|
|
description: File a bug report.
|
|
title: "[Bug]: "
|
|
labels: ["bug", "triage"]
|
|
assignees:
|
|
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: ""
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
id: version
|
|
attributes:
|
|
label: Release version
|
|
description: What version of the board are you using/testing?
|
|
placeholder: X.Y.Z-alpha
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: components
|
|
attributes:
|
|
label: Components involved
|
|
description: What components do you think are involved in the bug?
|
|
validations:
|
|
required: false
|
|
- type: checkboxes
|
|
id: terms
|
|
attributes:
|
|
label: Code of Conduct
|
|
description: By submitting this issue, you agree to follow our [Code of Conduct](https://example.com).
|
|
options:
|
|
- label: I agree to follow this project's Code of Conduct
|
|
required: true
|