From d5c0f244a893a6c826e42e3a062e517a272dbf94 Mon Sep 17 00:00:00 2001 From: Abhishek Kumar Date: Sun, 19 Apr 2026 03:32:33 +0530 Subject: [PATCH] fix: update PR template test configuration fields MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replace generic Firmware/Hardware/SDK fields with Python version, Docker/Compose version, and OS — relevant to this project. Fixes #458 --- .github/PULL_REQUEST_TEMPLATE/pull_request_template.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md index cb28132..f7aa899 100644 --- a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md @@ -21,9 +21,9 @@ Please describe the tests that you ran to verify your changes. Provide instructi - [ ] Test B **Test Configuration**: -* Firmware version: -* Hardware: -* SDK: +* Python version: +* Docker/Compose version: +* OS: ## Checklist: