From 853427bbe7c7912f670782cbd2cb982a55fd63df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=A3=A8=EB=B0=80LuMir?= Date: Tue, 6 Aug 2024 19:08:56 +0900 Subject: [PATCH] fix: order of emoji in issues template (#6) --- .github/ISSUE_TEMPLATE/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 3b488e4..d36e901 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,11 +1,11 @@ blank_issues_enabled: false contact_links: - - name: Contributing Guides📕 + - name: 📕Contributing Guides url: https://github.com/lumirlumir/npm-textlint-rule-allowed-uris?tab=readme-ov-file#contributing about: Contributing Guides for textlint-rule-allowed-uris. - - name: Textlint Guides📗 + - name: 📗Textlint Guides url: https://textlint.github.io about: Textlint Guides. - - name: AST Tree for textlint📘 + - name: 📘AST Tree for textlint url: https://textlint.github.io/astexplorer about: AST Tree for textlint.