KiCAD-Demo/.allspice/issue_template/replace-issue.yml
2024-07-10 07:58:30 -04:00

41 lines
1.2 KiB
YAML

name: Replace Component
description: File an issue to replace a component
title: "[Replace]: "
labels: ["bug", "triage"]
assignees:
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this replace issue!
- type: textarea
id: components-list
attributes:
label: What component(s) should we replace?
description: List the components we should replace.
value: ""
validations:
required: true
- type: textarea
id: what-happened
attributes:
label: Why we should replace this component?
description: Describe the reasons to replace the component(s) mentioned
value: ""
validations:
required: true
- type: textarea
id: new-ones
attributes:
label: What do you think would be the right replacement?
description: Describe the ideal replacement for the component(s) mentioned
value: ""
- 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