Typo: config.yml not _config.yml#45110
Conversation
github#35289 changed a `_config.yml_` (italics) to be an inline fenced literal instead (`config.yml`), but inadvertently left the leading underscore, making it `_config.yml` which is incorrect.
How to review these changes 👓Thank you for your contribution. To review these changes, choose one of the following options: A Hubber will need to deploy your changes internally to review. Table of review linksNote: Please update the URL for your staging server or codespace. The table shows the files in the
Key: fpt: Free, Pro, Team; ghec: GitHub Enterprise Cloud; ghes: GitHub Enterprise Server 🤖 This comment is automatically generated. |
|
@ferdnyc Looks like this is probably accurate. Don't worry about the checks that aren't passing - it's a workflow thing on our end. Hopefully it will be fixed soon. |
|
Thanks very much for contributing! Your pull request has been merged 🎉 You should see your changes appear on the site in approximately 24 hours. If you're looking for your next contribution, check out our help wanted issues ⚡ |
Why:
In the project health docs, #35289 changed a
_config.yml_(italics) to be an inline fenced literal instead (config.yml), for the issue template config file name. But the leading underscore was inadvertently left in, making it_config.ymlwhich is incorrect.What's being changed (if available, include any code snippets, screenshots, or gifs):
Check off the following: