Skip to content

Commit 5b31253

Browse files
authored
Merge pull request #164 from mcalman/fix-typo
fixed typo/clarified doc issue template
2 parents a01ca5f + 368a72b commit 5b31253

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

.github/ISSUE_TEMPLATE/document.yaml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,21 @@ body:
55
- type: textarea
66
id: document
77
attributes:
8-
label: Which document would you like to be mentioned?
9-
description: Place the link to the document if application
8+
label: Which document would you like to address?
9+
description: Include the link to the document if applicable
1010
validations:
1111
required: true
1212

1313
- type: textarea
1414
id: documentFixDetail
1515
attributes:
16-
label: Why is this needed?
16+
label: What is the issue?
1717
validations:
18-
required: true
18+
required: true
19+
20+
- type: textarea
21+
id: documentFixDetail
22+
attributes:
23+
label: How do you suggest this is fixed?
24+
validations:
25+
required: false

0 commit comments

Comments
 (0)