Problem
The repository's GitHub Issue Forms are currently broken due to YAML syntax errors in the issue template files.
GitHub displays an error banner and fails to render the issue forms properly, making the templates unusable for contributors.
Based on the current configuration, multiple files inside .github/ISSUE_TEMPLATE/ appear to be affected.
Affected Files
Error Message
YAML syntax error:
did not find expected alphabetic or numeric character while scanning an alias
GitHub therefore cannot parse the issue form configuration.
Steps to Reproduce
- Navigate to
.github/ISSUE_TEMPLATE/
- Open any affected
.yml template file.
- GitHub displays a YAML parsing error.
- Attempt to create a new issue using the template.
Impact
This is a contributor-blocking issue because the repository's issue reporting workflow is currently broken and new contributors cannot properly use the provided templates.
Problem
The repository's GitHub Issue Forms are currently broken due to YAML syntax errors in the issue template files.
GitHub displays an error banner and fails to render the issue forms properly, making the templates unusable for contributors.
Based on the current configuration, multiple files inside
.github/ISSUE_TEMPLATE/appear to be affected.Affected Files
Error Message
GitHub therefore cannot parse the issue form configuration.
Steps to Reproduce
.github/ISSUE_TEMPLATE/.ymltemplate file.Impact
This is a contributor-blocking issue because the repository's issue reporting workflow is currently broken and new contributors cannot properly use the provided templates.