Skip to content

Commit

Permalink
Fix yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
rbrott committed Nov 20, 2023
1 parent a6ed85a commit df17f93
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ body:
id: version
attributes:
label: RR FTC Version
description: "Open `TeamCode/build.gradle` and read the version from the `implementation "com.acmerobotics.roadrunner:ftc:LIBRARY_VERSION_HERE"` line"
placeholder: "0.1.8"
description: Open `TeamCode/build.gradle` and read the version from the
`implementation "com.acmerobotics.roadrunner:ftc:LIBRARY_VERSION_HERE"`
line
placeholder: 0.1.8
validations:
required: true
- type: textarea
Expand All @@ -19,10 +21,13 @@ body:
id: tuning
attributes:
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
id: logs
attributes:
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


0 comments on commit df17f93

Please sign in to comment.