From df17f93fd3e037d58332ce5ac29f732d670c5881 Mon Sep 17 00:00:00 2001 From: Ryan Brott Date: Mon, 20 Nov 2023 00:21:34 -0800 Subject: [PATCH] Fix yaml --- .github/ISSUE_TEMPLATE/bug.yml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index fd78cf2..04b905b 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -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 @@ -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 +