Skip to content

[BUG]: PR template has irrelevant test configuration fields #458

@abhishek-8081

Description

@abhishek-8081

⚡️ 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

  1. Go to .github/PULL_REQUEST_TEMPLATE/pull_request_template.md
  2. Scroll to the "Test Configuration" section
  3. 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

Image

🕵️ 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions