Skip to content

Commit

Permalink
Sync with WeblateOrg/meta
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Dec 18, 2023
1 parent ede6e6e commit b34f47c
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 18 deletions.
27 changes: 14 additions & 13 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ body:
- type: markdown
attributes:
value: |
Thank you for reporting an issue on Weblate! This form will guide you to create a useful issue report.
Thank you for reporting an issue.
This form guides you in creating a useful issue report.
Want your answer quickly and guaranteed? Visit https://weblate.org/support/ to reach our dedicated support team. As a subscriber, you will always have priority and help Weblate growing.
- type: textarea
Expand All @@ -20,30 +21,30 @@ body:
description: >
A clear and concise description of the problem you are facing.
Please include important information as file format you are using or add-ons being installed.
Please include important information, like the file format you are using and installed add-ons.
placeholder: Tell us what you see!
validations:
required: true
- type: checkboxes
id: tried
attributes:
label: I already tried
description: If you didn’t try already, try to search the documentation and existing issues what you wrote above.
description: If you didn’t try already, try searching the documentation and existing issues.
options:
- label: I've read and searched [the documentation](https://docs.weblate.org/).
required: true
- label: I've searched for similar issues in this repository.
- label: I've searched for similar filed issues in this repository.
required: true
- type: textarea
id: reproducer
attributes:
label: Steps to reproduce the behavior
description: What did you do before the problem has appeared?
description: What did you do before the problem appeared?
placeholder: |
1. Go to '...'
2. Scroll down to '...'
3. Click on '...'
4. See error
1. Go to ''
2. Scroll down to ''
3. Click on ''
4. The error occurs
validations:
required: true
- type: textarea
Expand All @@ -62,14 +63,14 @@ body:
attributes:
label: Exception traceback
description: >
In case you observed server error or crash, please see
In case you observed a server error or crash, please read
[the debugging documentation](https://docs.weblate.org/en/latest/contributing/debugging.html)
for information how to obtain that.
for information on obtaining the relevant logs.
This will be rendered as Python traceback automatically.
This field will be rendered as a Python traceback automatically.
render: pytb
- type: textarea
id: additional
attributes:
label: Additional context
description: Add any other context about the problem here.
description: Add any other contextual info about the problem here.
11 changes: 6 additions & 5 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ body:
- type: markdown
attributes:
value: |
Thank you for reporting an issue on Weblate! This form will guide you to create a useful issue report.
Thank you for requesting a change.
This form guides you in creating a useful feature request.
Want your answer quickly and guaranteed? Visit https://weblate.org/support/ to reach our dedicated support team. As a subscriber, you will always have priority and help Weblate growing.
- type: textarea
Expand All @@ -26,16 +27,16 @@ body:
- type: textarea
id: solution
attributes:
label: Describe the solution you'd like
label: Describe the solution you would like
description: A clear and concise description of what the new feature should do.
placeholder: I'd like to get…
validations:
required: true
- type: textarea
id: alternatives
attributes:
label: Describe alternatives you've considered
description: A clear and concise description of any alternative solutions or features you've considered.
label: Describe alternatives you have considered
description: A clear and concise description of any alternative solutions or features you have considered.
placeholder: The issue can also be addressed by…
- type: textarea
id: screenshots
Expand All @@ -46,4 +47,4 @@ body:
id: additional
attributes:
label: Additional context
description: Add any other context about the problem here.
description: Add any other contextual info about the problem here.

0 comments on commit b34f47c

Please sign in to comment.