Skip to content

Commit 08e9db5

Browse files
authored
docs: improve the issue templates/forms (#29)
1 parent 7a753da commit 08e9db5

File tree

4 files changed

+12
-10
lines changed

4 files changed

+12
-10
lines changed

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ body:
2525
- type: markdown
2626
attributes:
2727
value: |
28-
You can also join our Discord community [at dsc.gg/learnwithcommunity](https://dsc.gg/learnwithcommunity)
29-
Feel free to check out our community projects [on our github organisation](https://github.com/LearnWithCommunity)
28+
You can also join our [Discord community](https://dsc.gg/learnwithcommunity)
29+
Feel free to check out our community projects [on our GitHub organization](https://github.com/LearnWithCommunity)

.github/ISSUE_TEMPLATE/ideas.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ body:
2525
- type: markdown
2626
attributes:
2727
value: |
28-
You can also join our Discord community [at dsc.gg/learnwithcommunity](https://dsc.gg/learnwithcommunity)
29-
Feel free to check out our community projects [on our github organisation](https://github.com/LearnWithCommunity)
28+
You can also join our [Discord community](https://dsc.gg/learnwithcommunity)
29+
Feel free to check out our community projects [on our GitHub organization](https://github.com/LearnWithCommunity)

.github/ISSUE_TEMPLATE/invitation.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,16 @@ body:
88
id: name
99
attributes:
1010
label: Name
11-
placeholder: Insert your name here
11+
description: Insert your name here
12+
placeholder: David Leal
1213
validations:
1314
required: true
1415
- type: input
1516
id: discordname
1617
attributes:
1718
label: Discord Username (if applicable)
18-
placeholder: Insert your Discord username here
19+
description: Insert your Discord username here
20+
placeholder: "Panquesito7#3723"
1921
validations:
2022
required: false
2123
- type: textarea
@@ -28,5 +30,5 @@ body:
2830
- type: markdown
2931
attributes:
3032
value: |
31-
You can also join our Discord community [at dsc.gg/learnwithcommunity](https://dsc.gg/learnwithcommunity)
32-
Feel free to check out our community projects [on our github organisation](https://github.com/LearnWithCommunity)
33+
You can also join our [Discord community](https://dsc.gg/learnwithcommunity)
34+
Feel free to check out our community projects [on our GitHub organization](https://github.com/LearnWithCommunity)

.github/ISSUE_TEMPLATE/other.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ body:
2424
- type: markdown
2525
attributes:
2626
value: |
27-
You can also join our Discord community [at dsc.gg/learnwithcommunity](https://dsc.gg/learnwithcommunity)
28-
Feel free to check out our community projects [on our github organisation](https://github.com/LearnWithCommunity)
27+
You can also join our [Discord community](https://dsc.gg/learnwithcommunity)
28+
Feel free to check out our community projects [on our GitHub organization](https://github.com/LearnWithCommunity)

0 commit comments

Comments
 (0)