Skip to content

[BUG]: Invalid YAML Syntax Makes GitHub Issue Templates Unusable #269

Description

@dev-rahul-arya

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

Image Image Image

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

  1. Navigate to .github/ISSUE_TEMPLATE/
  2. Open any affected .yml template file.
  3. GitHub displays a YAML parsing error.
  4. 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.

Metadata

Metadata

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