Skip to content

Commit 0ae058b

Browse files
committed
Reduce the verbosity of file attachment fields in issue templates
1 parent 9b61875 commit 0ae058b

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,7 @@ body:
5454
**Hint:** You can usually find the log files within the folder `.minecraft/logs`. Most often, you will want the `latest.log`
5555
file, since that file belongs to the last played session of the game.
5656
placeholder: >-
57-
Drag-and-drop the log file here (as a file.) Please do not copy the contents of the log file into this area, or
58-
otherwise use a third-party service to upload the file.
57+
Drag-and-drop the log file here.
5958
validations:
6059
required: true
6160
- type: textarea
@@ -69,7 +68,6 @@ body:
6968
7069
**Hint:** You can usually find crash reports (with their date and time) in the folder `.minecraft/crash-reports`.
7170
placeholder: >-
72-
Drag-and-drop the crash report here (as a file.) Please do not copy the contents of the log file into this area, or
73-
otherwise use a third-party service to upload the file.
71+
Drag-and-drop the crash report file here.
7472
validations:
7573
required: true

0 commit comments

Comments
 (0)