Skip to content

Commit

Permalink
Fix template
Browse files Browse the repository at this point in the history
  • Loading branch information
RedstoneWizard08 committed Dec 12, 2024
1 parent c413e07 commit b2dddd0
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
name: Bug Report
description: Create a bug report to help us improve the modpack.
title: "[Bug] "
title: "[Bug] <Your bug title goes here>"
labels: ["bug"]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- type: textarea
id: description
attributes:
Expand Down Expand Up @@ -55,6 +51,8 @@ body:
- MacOS
- Linux
- Other (please include in your description)
validations:
required: true
- type: dropdown
id: cpu-architecture
attributes:
Expand All @@ -70,9 +68,6 @@ body:
- Some AMD processor
- Some Apple CPU
- Other (please include in your description)
default: 0
validations:
required: true
- type: dropdown
id: gpu
attributes:
Expand All @@ -85,9 +80,6 @@ body:
- AMD GPUs
- Intel GPUs
- Other (please include in your description)
default: 0
validations:
required: true
- type: input
id: crash-report
attributes:
Expand Down

0 comments on commit b2dddd0

Please sign in to comment.