mirror of
https://github.com/Pumpkin-MC/Pumpkin.git
synced 2026-08-30 20:14:23 +00:00
Update bug_report.yml
This commit is contained in:
committed by
GitHub
parent
9358d70518
commit
7eec40fc43
13
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
13
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@@ -1,7 +1,7 @@
|
||||
name: Bug report
|
||||
about: Create a bug report to help us improve
|
||||
title: ""
|
||||
labels: bug
|
||||
description: Create a bug report to help us improve
|
||||
title: "[Bug]"
|
||||
labels: ["bug"]
|
||||
assignees: Snowiiii
|
||||
body:
|
||||
- type: checkboxes
|
||||
@@ -9,8 +9,9 @@ body:
|
||||
attributes:
|
||||
label: I've searched existing issues and couldn't find a duplicate.
|
||||
description: I confirm this is not a duplicate.
|
||||
validations:
|
||||
required: true
|
||||
options:
|
||||
- label: I confirm this is not a duplicate.
|
||||
required: true
|
||||
- type: input
|
||||
id: os
|
||||
attributes:
|
||||
@@ -38,7 +39,7 @@ body:
|
||||
id: to-reproduce
|
||||
attributes:
|
||||
label: To Reproduce
|
||||
description: Steps to reproduce the behavior:
|
||||
description: Steps to reproduce the behavior
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
|
||||
Reference in New Issue
Block a user