Skip to content

Commit 7a28225

Browse files
CrusherNotDripTechnikTil
authored andcommitted
Description and stuffs
This is a combination of 2 commits.
1 parent 7bbdf1d commit 7a28225

5 files changed

Lines changed: 106 additions & 1 deletion

File tree

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ body:
1414
validations:
1515
required: true
1616

17+
- type: markdown
18+
attributes:
19+
value: "## Platform and Version"
20+
1721
- type: input
1822
id: version
1923
attributes:
@@ -57,10 +61,23 @@ body:
5761
validations:
5862
required: false
5963

64+
- type: markdown
65+
attributes:
66+
value: "## Description"
67+
68+
- type: textarea
69+
id: description
70+
attributes:
71+
label: "Description"
72+
description: "Please describe the issue you're experiencing to the best of your ability so we can understand and help solve it."
73+
placeholder: "Describe your issue here..."
74+
validations:
75+
required: true
76+
6077
- type: upload
6178
id: media
6279
attributes:
6380
label: "Media"
64-
description: "If applicable, please leave related image/video/logs."
81+
description: "If applicable, please leave related images/videos/logs."
6582
validations:
6683
required: false

.github/ISSUE_TEMPLATE/compiling.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ body:
1313
validations:
1414
required: true
1515

16+
- type: markdown
17+
attributes:
18+
value: "## Platform and Version"
19+
1620
- type: input
1721
id: commit
1822
attributes:
@@ -36,3 +40,24 @@ body:
3640
- label: "HTML5"
3741
- label: "HashLink"
3842
- label: "Other (Please specify)"
43+
44+
- type: markdown
45+
attributes:
46+
value: "## Description"
47+
48+
- type: textarea
49+
id: description
50+
attributes:
51+
label: "Description"
52+
description: "Please describe the issue you're experiencing to the best of your ability so we can understand and help solve it."
53+
placeholder: "Describe your issue here..."
54+
validations:
55+
required: true
56+
57+
- type: upload
58+
id: media
59+
attributes:
60+
label: "Media"
61+
description: "If applicable, please leave related images/videos/logs."
62+
validations:
63+
required: false

.github/ISSUE_TEMPLATE/documentation.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,24 @@ body:
1212
- label: "I checked and searched if this issue/suggestion has already been reported in this repo."
1313
validations:
1414
required: true
15+
16+
- type: markdown
17+
attributes:
18+
value: "## Description"
19+
20+
- type: textarea
21+
id: description
22+
attributes:
23+
label: "Description"
24+
description: "Please describe the issue/suggestion."
25+
placeholder: "Describe your issue/suggestion here..."
26+
validations:
27+
required: true
28+
29+
- type: upload
30+
id: media
31+
attributes:
32+
label: "Media"
33+
description: "If applicable, please leave related images/videos."
34+
validations:
35+
required: false

.github/ISSUE_TEMPLATE/enhancement.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,24 @@ body:
1212
- label: "I checked and searched if this enhancement has already been suggested."
1313
validations:
1414
required: true
15+
16+
- type: markdown
17+
attributes:
18+
value: "## Description"
19+
20+
- type: textarea
21+
id: description
22+
attributes:
23+
label: "Description"
24+
description: "Please describe the suggestion you wish to have implemented."
25+
placeholder: "Describe your suggestion here..."
26+
validations:
27+
required: true
28+
29+
- type: upload
30+
id: media
31+
attributes:
32+
label: "Media"
33+
description: "If applicable, please leave images/videos if you wish to also visually represent it."
34+
validations:
35+
required: false

.github/ISSUE_TEMPLATE/github.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,24 @@ body:
1212
- label: "I checked and searched if this issue has already been reported in this repo."
1313
validations:
1414
required: true
15+
16+
- type: markdown
17+
attributes:
18+
value: "## Description"
19+
20+
- type: textarea
21+
id: description
22+
attributes:
23+
label: "Description"
24+
description: "Please describe the issue/suggestion."
25+
placeholder: "Describe your issue/suggestion here..."
26+
validations:
27+
required: true
28+
29+
- type: upload
30+
id: media
31+
attributes:
32+
label: "Media"
33+
description: "If applicable, please leave related images/videos."
34+
validations:
35+
required: false

0 commit comments

Comments
 (0)