Add branch selection to bug report template

Added a dropdown field to allow bug reporters to specify which branch they are using (stable or main), with stable as the default. This will help with debugging and tracking branch-specific issues.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
leex279
2025-11-02 22:18:57 +01:00
parent 844cdb3551
commit 5ba58734fb

View File

@@ -21,6 +21,18 @@ body:
validations:
required: true
- type: dropdown
id: branch
attributes:
label: Branch
description: Which branch are you using?
options:
- "stable"
- "main"
default: 0
validations:
required: true
- type: dropdown
id: severity
attributes: