Add bug template
This commit is contained in:
28
.github/ISSUE_TEMPLATE/bug.yml
vendored
Normal file
28
.github/ISSUE_TEMPLATE/bug.yml
vendored
Normal file
@ -0,0 +1,28 @@
|
||||
name: Bug Report
|
||||
description: File a bug report
|
||||
body:
|
||||
- type: input
|
||||
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"
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: repro
|
||||
attributes:
|
||||
label: Observed Behavior
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: tuning
|
||||
attributes:
|
||||
label: Tuning Files
|
||||
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
|
||||
|
Reference in New Issue
Block a user