Skip to content

Commit

Permalink
Update bug_report.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
night authored Sep 21, 2023
1 parent 974fd7c commit 1a28e5b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,42 +2,42 @@ name: Bug report
description: Create a report to help us resolve an issue
labels: bug
body:
- type: input
- type: textarea
id: description
attributes:
label: Describe the bug
placeholder: "A clear and concise description of what the bug is."
validations:
required: true
- type: input
- type: textarea
id: reproduction_steps
attributes:
label: Steps to reproduce
placeholder: "Steps to reproduce the behavior:\n\n1. Go to '...'\n2. Click on '....'\n3. Scroll down to '....'\n4. See error"
validations:
required: true
- type: input
- type: textarea
id: expected_behavior
attributes:
label: Expected behavior
placeholder: "A clear and concise description of what you expected to happen."
validations:
required: true
- type: input
- type: textarea
id: screenshots
attributes:
label: Screenshots
placeholder: "Add screenshots to help explain your problem."
validations:
required: true
- type: input
- type: textarea
id: device_information
attributes:
label: Device information
placeholder: "- Device: [e.g. iPhone6]\n- OS: [e.g. iOS8.1]\n- Browser [e.g. stock browser, safari]\n- Version [e.g. 22]"
validations:
required: true
- type: input
- type: textarea
id: additional_information
attributes:
label: Additional information
Expand Down

0 comments on commit 1a28e5b

Please sign in to comment.