diff options
| author | Kisaragi <48310258+KisaragiEffective@users.noreply.github.com> | 2024-06-15 08:43:11 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-15 08:43:11 +0900 |
| commit | 9bddb81efca3b2c5821383709cf30cd63ad21371 (patch) | |
| tree | 0e62793ddbc5d220eb6cf49bc4221e194fb8ccf5 | |
| parent | fix rate limit check never ends (#13994) (diff) | |
| download | sharkey-9bddb81efca3b2c5821383709cf30cd63ad21371.tar.gz sharkey-9bddb81efca3b2c5821383709cf30cd63ad21371.tar.bz2 sharkey-9bddb81efca3b2c5821383709cf30cd63ad21371.zip | |
chore: issueを起票する前にGitHub Discussionsにも誘導する (#13991)
| -rw-r--r-- | .github/ISSUE_TEMPLATE/config.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index e8b65dc3b9..5acad83336 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -2,3 +2,7 @@ contact_links: - name: 💬 Misskey official Discord url: https://discord.gg/Wp8gVStHW3 about: Chat freely about Misskey + # 仮 + - name: 💬 Start discussion + url: https://github.com/misskey-dev/misskey/discussions + about: The official forum to join conversation and ask question |