⚡️ Describe the Bug
The Pull Request template (.github/PULL_REQUEST_TEMPLATE/pull_request_template.md) contains test configuration fields that were copy-pasted from a hardware project template and are irrelevant to FireForm:
Current fields:
Test Configuration:
- Firmware version:
- Hardware:
- SDK:
FireForm is a Python/Docker project — it has no firmware, hardware, or SDK.
👣 Steps to Reproduce
- Go to
.github/PULL_REQUEST_TEMPLATE/pull_request_template.md
- Scroll to the "Test Configuration" section
- Observe irrelevant fields (Firmware, Hardware, SDK)
📉 Expected Behavior
The test configuration fields should reflect FireForm's actual stack:
Test Configuration:
- Python version:
- Docker/Compose version:
- OS:
🖥️ Environment Information
- OS: Not applicable
- Docker/Compose Version: Not applicable
- Ollama Model used: Not applicable
📸 Screenshots/Logs
🕵️ Possible Fix
Replace lines 23–26 in the PR template with relevant fields for a Python/Docker-based project. Happy to submit a PR for this.
⚡️ Describe the Bug
The Pull Request template (
.github/PULL_REQUEST_TEMPLATE/pull_request_template.md) contains test configuration fields that were copy-pasted from a hardware project template and are irrelevant to FireForm:Current fields:
Test Configuration:
FireForm is a Python/Docker project — it has no firmware, hardware, or SDK.
👣 Steps to Reproduce
.github/PULL_REQUEST_TEMPLATE/pull_request_template.md📉 Expected Behavior
The test configuration fields should reflect FireForm's actual stack:
Test Configuration:
🖥️ Environment Information
📸 Screenshots/Logs
🕵️ Possible Fix
Replace lines 23–26 in the PR template with relevant fields for a Python/Docker-based project. Happy to submit a PR for this.