Commit fe820b6
authored
fix: invalid issue template YAML indentation (#9442)
## 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`1 parent fe41ae7 commit fe820b6
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
0 commit comments