diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 222d6aae..7c8e15cc 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -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 @@ -20,7 +21,7 @@ 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 @@ -28,22 +29,22 @@ body: 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 @@ -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. diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index c7114f3a..572680fc 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -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 @@ -26,7 +27,7 @@ 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: @@ -34,8 +35,8 @@ body: - 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 @@ -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.