Skip to content

fix: invalid issue template YAML indentation - #9442

Merged
owlstronaut merged 1 commit into
npm:latestfrom
fallintoplace:fix-issue-template-config-yaml
Jun 2, 2026
Merged

fix: invalid issue template YAML indentation#9442
owlstronaut merged 1 commit into
npm:latestfrom
fallintoplace:fix-issue-template-config-yaml

Conversation

@fallintoplace

Copy link
Copy Markdown
Contributor

What changed

Fix the indentation of the final contact_links entry in .github/ISSUE_TEMPLATE/config.yml.

Why

That entry was indented one space too far, which made the issue template config invalid YAML instead of a valid list item.

Impact

GitHub can parse the issue template config as intended again.

Validation

  • Parsed .github/ISSUE_TEMPLATE/config.yml successfully with Ruby YAML.load_file

@fallintoplace
fallintoplace marked this pull request as ready for review May 30, 2026 20:43
@fallintoplace
fallintoplace requested review from a team as code ownersMay 30, 2026 20:43
@owlstronautowlstronaut changed the title fix invalid issue template YAML indentationfix: invalid issue template YAML indentationJun 2, 2026
@owlstronaut
owlstronaut merged commit fe820b6 into npm:latestJun 2, 2026
22 of 23 checks passed
@github-actions

Copy link
Copy Markdown
Contributor

🎉 Backport to release/v11 created: #9465

@github-actionsgithub-actionsBot mentioned this pull request Jun 2, 2026
owlstronaut pushed a commit that referenced this pull request Jun 2, 2026
Backport of #9442 to `release/v11`.
Co-authored-by: Minh Vu <vuhoangminh97@gmail.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@fallintoplace@owlstronaut