From 5276abc198530f3c6a58cdf0763abf416334f108 Mon Sep 17 00:00:00 2001 From: Jess Zarchi Date: Tue, 31 Dec 2024 16:58:35 -0800 Subject: [PATCH] updated issue templates and ran clangd --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/feature-request-template.md | 2 +- EZ-Template-Example-Project/src/main.cpp | 2 +- src/main.cpp | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index a482260d..07fe968f 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,7 +1,7 @@ --- name: Bug Report about: Create a report to help us improve -title: "\U0001F41B[BUG] - " +title: "\U0001F41B - " labels: bug assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/feature-request-template.md b/.github/ISSUE_TEMPLATE/feature-request-template.md index 41cb2877..96411760 100644 --- a/.github/ISSUE_TEMPLATE/feature-request-template.md +++ b/.github/ISSUE_TEMPLATE/feature-request-template.md @@ -1,7 +1,7 @@ --- name: Feature Request about: Suggest an idea for this project -title: "✨[FEATURE] - " +title: "✨ - " labels: enhancement assignees: '' --- diff --git a/EZ-Template-Example-Project/src/main.cpp b/EZ-Template-Example-Project/src/main.cpp index c8f69966..79d745c4 100644 --- a/EZ-Template-Example-Project/src/main.cpp +++ b/EZ-Template-Example-Project/src/main.cpp @@ -17,7 +17,7 @@ ez::Drive chassis( // Uncomment the trackers you're using here! // - `8` and `9` are smart ports (making these negative will reverse the sensor) -// - you should get positive values on the encoders going FORWARD and RIGHT +// - you should get positive values on the encoders going FORWARD and RIGHT // - `2.75` is the wheel diameter // - `4.0` is the distance from the center of the wheel to the center of the robot // ez::tracking_wheel horiz_tracker(8, 2.75, 4.0); // This tracking wheel is perpendicular to the drive wheels diff --git a/src/main.cpp b/src/main.cpp index cbec676f..83e72a43 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -17,7 +17,7 @@ ez::Drive chassis( // Uncomment the trackers you're using here! // - `8` and `9` are smart ports (making these negative will reverse the sensor) -// - you should get positive values on the encoders going FORWARD and RIGHT +// - you should get positive values on the encoders going FORWARD and RIGHT // - `2.75` is the wheel diameter // - `4.0` is the distance from the center of the wheel to the center of the robot // ez::tracking_wheel horiz_tracker(8, 2.75, 4.0); // This tracking wheel is perpendicular to the drive wheels