Add component request template #1
101
.allspice/issue_template/new_component_request.yml
Normal file
101
.allspice/issue_template/new_component_request.yml
Normal file
@ -0,0 +1,101 @@
|
|||||||
|
name: New component request
|
||||||
|
about: Submit to add/update a component/symbol/footprint to the library
|
||||||
|
title: "[New component request]: "
|
||||||
|
body:
|
||||||
|
- type: markdown
|
||||||
|
attributes:
|
||||||
|
value: Submit to add/update a component/symbol/footprint to the library
|
||||||
|
|
||||||
|
# Justification
|
||||||
|
- type: input
|
||||||
|
id: why
|
||||||
|
attributes:
|
||||||
|
label: Justification
|
||||||
|
description: Describe why an existing component can't be used
|
||||||
|
placeholder: "No existing LVDS clock fanout buffers"
|
||||||
|
value: ""
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
# Component type
|
||||||
|
- type: dropdown
|
||||||
|
id: component-type
|
||||||
|
attributes:
|
||||||
|
label: Component type
|
||||||
|
multiple: false
|
||||||
|
options:
|
||||||
|
- Passive
|
||||||
|
- Power supply
|
||||||
|
- Microcontrollers
|
||||||
|
- Analog
|
||||||
|
- Digital
|
||||||
|
- Other
|
||||||
|
|
||||||
|
# Where used
|
||||||
|
- type: input
|
||||||
|
id: where-used
|
||||||
|
attributes:
|
||||||
|
label: Where used
|
||||||
|
description: List what assemblies / pcbs will use this component
|
||||||
|
placeholder: ASMXXXX
|
||||||
|
value: ""
|
||||||
|
|
||||||
|
# QTY estimate
|
||||||
|
- type: input
|
||||||
|
id: qty-estimate
|
||||||
|
attributes:
|
||||||
|
label: Estimated annual quantity
|
||||||
|
description: Estimated annual quantity
|
||||||
|
placeholder: "10,000"
|
||||||
|
value: ""
|
||||||
|
|
||||||
|
# Footprint
|
||||||
|
- type: input
|
||||||
|
id: footprint
|
||||||
|
attributes:
|
||||||
|
label: Footprint
|
||||||
|
description: Package family, LxWxH mm, pitch
|
||||||
|
placeholder: "SOIC-16 5x4.5x1.2mm, 0.65mm "
|
||||||
|
value: ""
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
# Part numbers
|
||||||
|
- type: textarea
|
||||||
|
id: part-numbers
|
||||||
|
attributes:
|
||||||
|
label: Part numbers
|
||||||
|
description: List mfg and internal part numbers, add at least one distributor part number
|
||||||
|
placeholder: "List mfg and internal part numbers,\nadd at least one distributor part number"
|
||||||
|
value: ""
|
||||||
|
render: "true"
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
# Checklist
|
||||||
|
- type: checkboxes
|
||||||
|
id: checklist
|
||||||
|
attributes:
|
||||||
|
label: Checklist (fill out later)
|
||||||
|
options:
|
||||||
|
- label: Checked library for existing parts
|
||||||
|
- label: Price check
|
||||||
|
- label: QTY check
|
||||||
|
- label: Lead time check
|
||||||
|
- label: Distributor part number
|
||||||
|
- label: Datasheet review
|
||||||
|
- label: Symbol review
|
||||||
|
- label: Footprint review
|
||||||
|
- label: Component check (symbol+footprint review)
|
||||||
|
- label: Package check
|
||||||
|
- label: Dimension check
|
||||||
|
- label: Automotive grade
|
||||||
|
- label: Space grade
|
||||||
|
- label: FMEA analysis
|
||||||
|
|
||||||
|
|
||||||
|
- type: markdown
|
||||||
|
attributes:
|
||||||
|
value: |
|
||||||
|
## Attach files
|
||||||
|
(datasheet, design notes, firmware)
|
Loading…
Reference in New Issue
Block a user