mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
Merge pull request #6062 from steindvart/restore-issue-templates
❗Hotfix: remove conditionals from bug and feature issue templates
This commit is contained in:
commit
83bc88d686
2 changed files with 0 additions and 3 deletions
1
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
1
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
|
@ -64,7 +64,6 @@ 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:
|
||||
|
|
|
|||
2
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
2
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
|
|
@ -39,7 +39,6 @@ body:
|
|||
placeholder: 'Have you thought about other ways to solve the problem? What were they?'
|
||||
validations:
|
||||
required: false # Often optional, but good to prompt for
|
||||
if: alternatives # Only include this field in the final issue if it is filled
|
||||
|
||||
- type: textarea
|
||||
id: additional-context
|
||||
|
|
@ -49,4 +48,3 @@ body:
|
|||
placeholder: 'Add links to related issues, screenshots, mockups, or any other relevant information.'
|
||||
validations:
|
||||
required: false
|
||||
if: additional-context # Only include this field in the final issue if it is filled
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue