Fix yaml
This commit is contained in:
13
.github/ISSUE_TEMPLATE/bug.yml
vendored
13
.github/ISSUE_TEMPLATE/bug.yml
vendored
@ -5,8 +5,10 @@ body:
|
|||||||
id: version
|
id: version
|
||||||
attributes:
|
attributes:
|
||||||
label: RR FTC Version
|
label: RR FTC Version
|
||||||
description: "Open `TeamCode/build.gradle` and read the version from the `implementation "com.acmerobotics.roadrunner:ftc:LIBRARY_VERSION_HERE"` line"
|
description: Open `TeamCode/build.gradle` and read the version from the
|
||||||
placeholder: "0.1.8"
|
`implementation "com.acmerobotics.roadrunner:ftc:LIBRARY_VERSION_HERE"`
|
||||||
|
line
|
||||||
|
placeholder: 0.1.8
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
@ -19,10 +21,13 @@ body:
|
|||||||
id: tuning
|
id: tuning
|
||||||
attributes:
|
attributes:
|
||||||
label: Tuning Files
|
label: Tuning Files
|
||||||
description: Click the "Download" button on the tuning page and attach the file (if applicable)
|
description: Click the "Download" button on the tuning page and attach the file
|
||||||
|
(if applicable)
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: logs
|
id: logs
|
||||||
attributes:
|
attributes:
|
||||||
label: Robot Logs
|
label: Robot Logs
|
||||||
description: Download the relevant logs from `http://192.168.43.1:8080/logs` and attach them here
|
description: Download the relevant logs from `http://192.168.43.1:8080/logs` and
|
||||||
|
attach them here
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user