Create Newpart.yml
This commit is contained in:
parent
11eb402b62
commit
437b3e8006
1 changed files with 23 additions and 0 deletions
23
.github/ISSUE_TEMPLATE/Newpart.yml
vendored
Normal file
23
.github/ISSUE_TEMPLATE/Newpart.yml
vendored
Normal file
|
|
@ -0,0 +1,23 @@
|
||||||
|
name: New Part Template
|
||||||
|
description: Use this template to request for a part
|
||||||
|
labels: bug
|
||||||
|
body:
|
||||||
|
- type: markdown
|
||||||
|
attributes:
|
||||||
|
value: |
|
||||||
|
Name of the part
|
||||||
|
- type: textarea
|
||||||
|
id: product-link
|
||||||
|
attributes:
|
||||||
|
label: Product Link
|
||||||
|
description: Please enter the product link
|
||||||
|
placeholder: e.g. https://www.adafruit.com/product/1000
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
id: eagle-files
|
||||||
|
attributes:
|
||||||
|
label: EAGLEcad Files (if any)
|
||||||
|
description: Paste the link to the official EAGLEcad files if any.
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
Loading…
Reference in a new issue