From 75f978237cb86c3fe3ec54d6cf4d831d91afc2bb Mon Sep 17 00:00:00 2001 From: Ayush Chugh Date: Fri, 2 Jun 2023 13:12:38 +0530 Subject: [PATCH] doc: highlighted config.yml file in issue-template-config changed *config.yml* to `config.yml` so that it is highlighted and clearly visible --- data/reusables/repositories/issue-template-config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/reusables/repositories/issue-template-config.md b/data/reusables/repositories/issue-template-config.md index c88400f18d4c..fe6ed723c46b 100644 --- a/data/reusables/repositories/issue-template-config.md +++ b/data/reusables/repositories/issue-template-config.md @@ -1 +1 @@ -You can customize the issue template chooser that people see when creating a new issue in your repository by adding a *config.yml* file to the `.github/ISSUE_TEMPLATE` folder. +You can customize the issue template chooser that people see when creating a new issue in your repository by adding a `config.yml` file to the `.github/ISSUE_TEMPLATE` folder.