Skip to content

Commit

Permalink
fixed typo/clarified doc issue template (#941)
Browse files Browse the repository at this point in the history
Signed-off-by: Max Calman <[email protected]>
  • Loading branch information
mcalman authored Sep 19, 2023
1 parent 95c5d4c commit b6ebe44
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .github/ISSUE_TEMPLATE/document.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,21 @@ body:
- type: textarea
id: document
attributes:
label: Which document would you like to be mentioned?
description: Place the link to the document if application
label: Which document would you like to address?
description: Include the link to the document if applicable
validations:
required: true

- type: textarea
id: documentFixDetail
attributes:
label: Why is this needed?
label: What is the issue?
validations:
required: true
required: true

- type: textarea
id: documentFixDetail
attributes:
label: How do you suggest this is fixed?
validations:
required: false

0 comments on commit b6ebe44

Please sign in to comment.