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 Spelling and Grammar Issues in Tutorial Suggestion Template #1101

Merged
merged 2 commits into from
Nov 12, 2024
Merged
Show file tree
Hide file tree
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
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/suggest_glossary_term.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ body:
options:
- label: This is a term not already found in the glossary (for similar terms, please consider the benefits of a new term vs updating an existing term)
required: true
- label: This term/definition is not a product advertisement or contain other promotional content
- label: This term/definition is not a product advertisement and does not contain other promotional content
required: true
- label: This term/definition is directly relevant to Optimism
required: true
Expand All @@ -39,15 +39,15 @@ body:
- type: textarea
id: glossary_term_sources
attributes:
label: Sources, if any (please do not submit copywrited content without appropriate approval)
label: Sources, if any (please do not submit copyrighted content without appropriate approval)
description: Please list any sources utilized
validations:
required: false
- type: textarea
id: glossary_terms_optimismdotio_links
attributes:
label: Optimism.io links
description: If appropriate/available, please suggest an internal optimism.io link that would expand someones learning of this term
description: If appropriate/available, please suggest an internal optimism.io link that would expand someone's learning of this term
- type: textarea
id: glossary_term_additional_context
attributes:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/suggest_tutorial.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ body:
id: tutorial_description
attributes:
label: Tutorial description
description: Summarize what the user should be able to accomplish by following tutorial
description: Summarize what the user should be able to accomplish by following the tutorial
validations:
required: true
- type: input
Expand Down
Loading