Skip to content

Commit

Permalink
Changed bug template to be a form instead (#1086)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasBrostrom authored Nov 28, 2023
1 parent 8899272 commit 4a96e10
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 22 deletions.
22 changes: 0 additions & 22 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

38 changes: 38 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
name: Bug Report
description: File a report to help us improve
title: ''
labels: ['bug']
assignees: ''

body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- type: textarea
id: what-happened
attributes:
label: What happened?
description: Also tell us, what did you expect to happen?
placeholder: Tell us what you see!
value: ""
validations:
required: true
- type: dropdown
id: version
attributes:
label: Version
description: What version of cScripts are you running?
options:
- Release Build
- Tampered Release Build
- Development Build
default: 0
validations:
required: true
- type: textarea
id: logs
attributes:
label: RPT log
description: Please copy and paste any relevant RPT log output. (If applicable)
render: shell

0 comments on commit 4a96e10

Please sign in to comment.