mirror of
https://github.com/EssentialsX/Essentials.git
synced 2024-11-27 01:40:48 +08:00
Add text box to bug report template (#5715)
This commit is contained in:
parent
3817a11d9d
commit
570eca2e21
11
.github/ISSUE_TEMPLATE/report-a-bug.yml
vendored
11
.github/ISSUE_TEMPLATE/report-a-bug.yml
vendored
@ -70,10 +70,13 @@ body:
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: markdown
|
||||
- type: textarea
|
||||
attributes:
|
||||
value: |
|
||||
In the text box below, you can attach any relevant screenshots, files and links to Timings/spark profiler reports.
|
||||
label: Additional Information
|
||||
description: |
|
||||
In this box, you can attach any relevant screenshots, files and links to Timings/spark profiler reports.
|
||||
You can also include a link to a heapdump if necessary, but please make sure you don't include any private player data in the heapdump.
|
||||
If you suspect this issue is related to a prior issue/PR/commit, please mention it here.
|
||||
|
||||
validations:
|
||||
required: false
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user