Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: change description of two fields in docs issue template #360

Merged
merged 3 commits into from
Sep 18, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/docs_error.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ body:
- type: textarea
attributes:
label: Description of the issue
description: Description of what issue you have discovered. Please include as to why you think the issue is an issue.
description: Describe what you discovered and explain why it is an issue.
validations:
required: true
- type: textarea
Expand All @@ -17,7 +17,7 @@ body:
- type: textarea
attributes:
label: Expected content
description: What do you think the specification should say instead?
description: What should the specification say instead?
validations:
required: false
- type: input
Expand Down