Browse Source

Update bug_report.yml

master
Dmitry Nefedov 1 month ago
parent
commit
7910608e14
  1. 19
      .github/ISSUE_TEMPLATE/bug_report.yml

19
.github/ISSUE_TEMPLATE/bug_report.yml

@ -1,4 +1,3 @@
---
name: Sophia Script 🐛 name: Sophia Script 🐛
description: Report errors or unexpected behavior 🤔 description: Report errors or unexpected behavior 🤔
body: body:
@ -25,24 +24,26 @@ body:
- type: textarea - type: textarea
attributes: attributes:
label: Steps to reproduce label: Steps to reproduce
placeholder: > placeholder: Write something :)
Paste your Sophia Script preset
validations: validations:
required: true required: true
- type: textarea
attributes:
label: Your Sophia Script preset
placeholder: Paste your Sophia Script preset
validations:
required: true
- type: textarea - type: textarea
attributes: attributes:
label: Describe the bug label: Describe the bug
description: > description: Write something :)
Write something :) placeholder: Describe the issue you are facing with
placeholder: >
Describe the issue you are facing
validations: validations:
required: true required: true
- type: textarea - type: textarea
attributes: attributes:
label: Screenshot with an error label: Screenshot with an error
placeholder: > placeholder: Paste here a screenshot with an error
Paste here a screenshot with an error
validations: validations:
required: true required: true
- type: markdown - type: markdown

Loading…
Cancel
Save