jsketcher/.github/ISSUE_TEMPLATE
2022-11-05 21:23:16 -07:00

30 lines
No EOL
926 B
Text

name: Bug Report
description: File a bug report
title: "[Bug]: "
labels: ["bug", "triage"]
assignees: ["mmiscool", "xibyte"]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- type: input
id: contact
attributes:
label: Contact Details
description: How can we get in touch with you if we need more info?
placeholder: ex. email@example.com
validations:
required: false
- type: textarea
id: logs
attributes:
label: Relevant log output
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
render: shell
- type: textarea
id: jsketcherJSON
attributes:
label: Exported JSKetcher part file JSON
description: Please copy and paste the text of the exported JSKetcher project
render: shell