aboutsummaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/bug_report.yml
diff options
context:
space:
mode:
authorAc_K <Acoustik666@gmail.com>2023-02-09 01:52:43 +0100
committerGitHub <noreply@github.com>2023-02-09 00:52:43 +0000
commit40c94160976e2f9efcd858eec726649f2c7372db (patch)
tree670477c27eed6449aa549833532e27c795579e8a /.github/ISSUE_TEMPLATE/bug_report.yml
parent618c8edc795b22128fa53448bd7e33d62e53719e (diff)
Misc: Update issues form (#4383)
Diffstat (limited to '.github/ISSUE_TEMPLATE/bug_report.yml')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.yml51
1 files changed, 36 insertions, 15 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml
index a7560fc6..4994debb 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/bug_report.yml
@@ -1,13 +1,8 @@
name: Bug Report
description: File a bug report
+title: "[Bug] <title>"
+labels: bug
body:
- - type: checkboxes
- attributes:
- label: Is there an existing issue for this?
- description: Please search to see if an issue already exists for the bug you encountered.
- options:
- - label: I have searched the existing issues
- required: true
- type: textarea
id: issue
attributes:
@@ -53,17 +48,43 @@ body:
- *(e.g. 1.1.1)*
validations:
required: false
+ - type: input
+ id: cpu
+ attributes:
+ label: CPU
+ placeholder: |
+ - *(e.g. i7-6700)*
+ validations:
+ required: false
+ - type: input
+ id: gpu
+ attributes:
+ label: GPU
+ placeholder: |
+ - *(e.g. NVIDIA RTX 2070)*
+ validations:
+ required: false
+ - type: input
+ id: ram
+ attributes:
+ label: RAM
+ placeholder: |
+ - *(e.g. 16GB)*
+ validations:
+ required: false
+ - type: checkboxes
+ attributes:
+ label: Applied Mods?
+ options:
+ - label: Yes
+ required: false
- type: textarea
- id: environment
+ id: mods
attributes:
- label: Environment?
- value: |
- - ##### CPU: *(e.g. i7-6700)*
- - ##### GPU: *(e.g. NVIDIA RTX 2070)*
- - ##### RAM: *(e.g. 16GB)*
- - Applied Mods: [ Yes (Which ones) / No ]
+ label: List of applied mods
+ placeholder: You can list applied mods here.
validations:
- required: true
+ required: false
- type: textarea
id: additional-context
attributes: