From 128653efc762f4ba0eab9d8789d9b944ee8e055a Mon Sep 17 00:00:00 2001 From: mshr0969 Date: Wed, 16 Oct 2024 01:35:09 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=94=A7=20update=20username?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/config.yml | 2 +- community-info.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 3dad6a1..066c3b6 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,5 @@ blank_issues_enabled: true contact_links: - name: 技術的な内容以外のご要望・ご提案 - url: https://twitter.com/mikan_54951 + url: https://twitter.com/mshr0969 about: 技術的な内容以外のご要望等は、このリポジトリではなく、DMにてご連絡ください。 diff --git a/community-info.ts b/community-info.ts index 4bec32c..ca1b481 100644 --- a/community-info.ts +++ b/community-info.ts @@ -3,5 +3,5 @@ import type { ContactDetails } from './src/types'; // お問い合わせ先 export const contactDetails: ContactDetails = { text: '@mshr0969', - href: 'https://twitter.com/msr0969', + href: 'https://twitter.com/mshr0969', };