From cf0d1fe9d0921781402bb77b849f08ccb2de9cf0 Mon Sep 17 00:00:00 2001 From: Panquesito7 Date: Fri, 10 Dec 2021 21:44:17 +0000 Subject: [PATCH] docs: improve the issue templates/forms --- .github/ISSUE_TEMPLATE/bug.yml | 4 ++-- .github/ISSUE_TEMPLATE/ideas.yml | 4 ++-- .github/ISSUE_TEMPLATE/invitation.yml | 10 ++++++---- .github/ISSUE_TEMPLATE/other.yml | 4 ++-- 4 files changed, 12 insertions(+), 10 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 289e83d..f743df8 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -25,5 +25,5 @@ body: - type: markdown attributes: value: | - You can also join our Discord community [at dsc.gg/learnwithcommunity](https://dsc.gg/learnwithcommunity) - Feel free to check out our community projects [on our github organisation](https://github.com/LearnWithCommunity) + You can also join our [Discord community](https://dsc.gg/learnwithcommunity) + Feel free to check out our community projects [on our GitHub organization](https://github.com/LearnWithCommunity) diff --git a/.github/ISSUE_TEMPLATE/ideas.yml b/.github/ISSUE_TEMPLATE/ideas.yml index 1e2c134..9b59d40 100644 --- a/.github/ISSUE_TEMPLATE/ideas.yml +++ b/.github/ISSUE_TEMPLATE/ideas.yml @@ -25,5 +25,5 @@ body: - type: markdown attributes: value: | - You can also join our Discord community [at dsc.gg/learnwithcommunity](https://dsc.gg/learnwithcommunity) - Feel free to check out our community projects [on our github organisation](https://github.com/LearnWithCommunity) + You can also join our [Discord community](https://dsc.gg/learnwithcommunity) + Feel free to check out our community projects [on our GitHub organization](https://github.com/LearnWithCommunity) diff --git a/.github/ISSUE_TEMPLATE/invitation.yml b/.github/ISSUE_TEMPLATE/invitation.yml index 72c1856..4d97ab6 100644 --- a/.github/ISSUE_TEMPLATE/invitation.yml +++ b/.github/ISSUE_TEMPLATE/invitation.yml @@ -8,14 +8,16 @@ body: id: name attributes: label: Name - placeholder: Insert your name here + description: Insert your name here + placeholder: David Leal validations: required: true - type: input id: discordname attributes: label: Discord Username (if applicable) - placeholder: Insert your Discord username here + description: Insert your Discord username here + placeholder: "Panquesito7#3723" validations: required: false - type: textarea @@ -28,5 +30,5 @@ body: - type: markdown attributes: value: | - You can also join our Discord community [at dsc.gg/learnwithcommunity](https://dsc.gg/learnwithcommunity) - Feel free to check out our community projects [on our github organisation](https://github.com/LearnWithCommunity) + You can also join our [Discord community](https://dsc.gg/learnwithcommunity) + Feel free to check out our community projects [on our GitHub organization](https://github.com/LearnWithCommunity) diff --git a/.github/ISSUE_TEMPLATE/other.yml b/.github/ISSUE_TEMPLATE/other.yml index b0b2ad6..9c620e2 100644 --- a/.github/ISSUE_TEMPLATE/other.yml +++ b/.github/ISSUE_TEMPLATE/other.yml @@ -24,5 +24,5 @@ body: - type: markdown attributes: value: | - You can also join our Discord community [at dsc.gg/learnwithcommunity](https://dsc.gg/learnwithcommunity) - Feel free to check out our community projects [on our github organisation](https://github.com/LearnWithCommunity) + You can also join our [Discord community](https://dsc.gg/learnwithcommunity) + Feel free to check out our community projects [on our GitHub organization](https://github.com/LearnWithCommunity)