Merge pull request #198 from RAPTOR7762/issue-template
Add Issue template
This commit is contained in:
commit
9179d0d478
2 changed files with 44 additions and 0 deletions
22
.github/ISSUE_TEMPLATE/Newpart.yml
vendored
Normal file
22
.github/ISSUE_TEMPLATE/Newpart.yml
vendored
Normal file
|
|
@ -0,0 +1,22 @@
|
||||||
|
name: New Part Template
|
||||||
|
description: Use this template to request for a part
|
||||||
|
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
|
||||||
22
.github/ISSUE_TEMPLATE/Partproblem.yml
vendored
Normal file
22
.github/ISSUE_TEMPLATE/Partproblem.yml
vendored
Normal file
|
|
@ -0,0 +1,22 @@
|
||||||
|
name: Part Error Template
|
||||||
|
description: Use this template if there is a problem with the part
|
||||||
|
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: problem
|
||||||
|
attributes:
|
||||||
|
label: Problem
|
||||||
|
description: What's wrong with the part?
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
Loading…
Reference in a new issue