mirror of
https://github.com/xibyte/jsketcher
synced 2026-01-29 03:23:49 +01:00
30 lines
No EOL
926 B
Text
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 |