Skip to content

Commit

Permalink
Testing issue forms
Browse files Browse the repository at this point in the history
  • Loading branch information
thespbgamer committed Feb 1, 2023
1 parent ff85adc commit c3a8d8c
Showing 1 changed file with 53 additions and 0 deletions.
53 changes: 53 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
name: Bug Report
description: File a bug report
title: "[Bug]: "
labels: ["bug"]
assignees:
- thespbgamer
body:
- type: textarea
id: describe-the-bug
attributes:
label: Describe the bug
description: A clear and concise description of what the bug is.
placeholder: The problem is ...
validations:
required: true
- type: textarea
id: to-reproduce
attributes:
label: To Reproduce
description: Steps to reproduce the behavior.
placeholder: 1. Go to '...' 2. Click on '....' 3. Do '....' 4. See error
validations:
required: true
- type: textarea
id: expected-behavior
attributes:
label: Expected behavior
description: A clear and concise description of what you expected to happen.
placeholder: It should be doing ...
validations:
required: false
- type: input
id: version
attributes:
label: Version
description: What version of the mod are you running?
placeholder: I'm on the version 2.0.0
validations:
required: true
- type: textarea
id: attachments
attributes:
label: Attachments
description: If applicable, add screenshots to help explain your problem.
validations:
required: false
- type: textarea
id: settings
attributes:
label: Settings
description: If applicable, add your settings of the mod here (if not using defaults, screenshots are fine for this).
validations:
required: true

0 comments on commit c3a8d8c

Please sign in to comment.