mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
fix: conditionally include console output field in bug report template
This commit is contained in:
parent
0dd33fe4b6
commit
5fcd96b7b7
1 changed files with 1 additions and 0 deletions
1
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
1
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
|
@ -64,6 +64,7 @@ body: # Ensure indentation uses regular spaces
|
|||
render: shell # Use 'shell' or 'log' for better formatting of code/logs
|
||||
validations:
|
||||
required: false
|
||||
if: console-output # Only include this field in the final issue if it is filled
|
||||
# - type: textarea
|
||||
# id: error-log-info # ID is optional for markdown but kept for consistency
|
||||
# attributes:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue