Skip to content

Commit

Permalink
English only people!
Browse files Browse the repository at this point in the history
  • Loading branch information
salarcode committed Mar 16, 2024
1 parent 441f844 commit f7c68c7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ body:
attributes:
label: Description
description: Please give us a detailed description of the issue that you're seeing. You can add screenshots and videos as well.
placeholder: Tell us what you see!
placeholder: (In English only) Tell us what you see!
validations:
required: true
- type: textarea
Expand All @@ -21,6 +21,7 @@ body:
label: Steps to Reproduce
description: Describe all the steps we need to take to show the behavior that you have observed. Also, include what you expected to happen and what did actually happen.
placeholder: |
(In English only)
E.g.
Steps to reproduce the behavior:
1. Go to '...'
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ body:
attributes:
label: Description
description: Please give us a detailed description of the feature that you envision. Focus on _what_ this feature does, over the _why_ you want this feature. What would be the end-result when implemented? Feel free to add any diagrams, (mocked up) screenshots, or other materials that support your story.
placeholder: A clear and concise description of what you want to happen.
placeholder: (In English only) A clear and concise description of what you want to happen.
validations:
required: true
- type: textarea
id: related-to-problem
attributes:
label: Is your feature request related to a problem? Please describe.
description: A clear and concise description of what the problem is. Ex.
placeholder: I'm always frustrated when [...]
placeholder: (In English only) I'm always frustrated when [...]
validations:
required: false
- type: textarea
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/help-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ body:
attributes:
label: Description
description: Please describe your question as detailed as possible.
placeholder: I'm trying to do [...]
placeholder: (In English only) I'm trying to do [...]
validations:
required: true
- type: textarea
id: related-to-problem
attributes:
label: Is your feature request related to a problem? Please describe.
description: A clear and concise description of what the problem is. Ex.
placeholder: I'm always frustrated when [...]
placeholder: (In English only) I'm always frustrated when [...]
validations:
required: false
- type: dropdown
Expand Down

0 comments on commit f7c68c7

Please sign in to comment.