From eb70d82ebe38dd3dbad8aa2b590db80de3ac54c9 Mon Sep 17 00:00:00 2001 From: Hilary Date: Sun, 25 May 2025 02:36:24 +0000 Subject: [PATCH] Fix typos in issue templates --- .github/ISSUE_TEMPLATE/bug.md | 4 ++-- .github/ISSUE_TEMPLATE/feature.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md index 9b69753..6d928a6 100644 --- a/.github/ISSUE_TEMPLATE/bug.md +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -11,7 +11,7 @@ assignees: clearpathrobotics/clearpath-platform-team - OS: (e.g. Ubuntu 24.04) - ROS 2 Distro: (e.g. Jazzy) - Built from source or installed: - - Package version: (if from repository, give version from `sudo dpkg -s ros-$ROS_VERSION-wireless-watcher`, if from source, give commit hash) + - Package version: (if from repository, give version from `sudo dpkg -s ros-$ROS_DISTRO-wireless-watcher`, if from source, give commit hash) **Expected behaviour** @@ -28,4 +28,4 @@ Provide the steps to reproduce: **Other notes** -Add anything else you thing is important. +Add anything else you think is important. diff --git a/.github/ISSUE_TEMPLATE/feature.md b/.github/ISSUE_TEMPLATE/feature.md index f2d6d35..4faa2db 100644 --- a/.github/ISSUE_TEMPLATE/feature.md +++ b/.github/ISSUE_TEMPLATE/feature.md @@ -11,4 +11,4 @@ assignees: clearpathrobotics/clearpath-platform-team A clear and concise description of what you want to happen. **Other notes** -Add anything else you thing is important. +Add anything else you think is important.