Skip to content

Commit 428057b

Browse files
committed
Link to bug report issues template
1 parent 801b722 commit 428057b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wpilibj/src/main/java/edu/wpi/first/wpilibj/RobotBase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ private static <T extends RobotBase> void runRobot(Supplier<T> robotSupplier) {
392392
DriverStation.reportError(
393393
"Could not find class from stack trace? This should not happen.\n"
394394
+ "If simulating in VS Code, try opening the Command Palette and running Clean Java Language Server Workspace.\n"
395-
+ "If this is on a real robot, try redeploying. If this is persistent, report this on https://github.com/wpilibsuite/allwpilib/. Error: "
395+
+ "If this is on a real robot, try redeploying. If this is persistent, report this on https://github.com/wpilibsuite/allwpilib/issues/new?template=bug_report.md. Error: "
396396
+ throwable,
397397
elements);
398398
}

0 commit comments

Comments
 (0)