diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 2f1c8f29f58..8d93f2c5010 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -8,11 +8,11 @@ body: label: Prerequisites description: | To avoid invalid reports, please check and confirm following checkboxes. - It is highly recommended to use our [Web Reporting Tool](https://kb.adguard.com/en/technical-support/reporting-tool) instead of opening an issue using GitHub directly. + It is highly recommended to use our [Web Reporting Tool](https://kb.adguard.com/en/technical-support/reporting-tool) instead of creating an issue on GitHub. options: - - label: This site DOES NOT contains sexually explicit material, otherwise use [NSFW-specific form](./new?template=bug_report_NSFW.yml);; + - label: This site DOES NOT contains sexually explicit material, otherwise use [NSFW-specific form](./new?template=bug_report_NSFW.yml); required: true - - label: Filters were updated before reproduced an issue; + - label: Filters were updated before reproducing an issue; required: true - label: AdGuard product version is up-to-date; required: true @@ -67,7 +67,7 @@ body: - type: dropdown id: browsers attributes: - label: Which browser(s) is used? + label: Which browser(s) do you use? multiple: true options: - Firefox @@ -84,7 +84,7 @@ body: - type: dropdown id: browsers_type attributes: - label: Which device is used? + label: Which device do you use? multiple: false options: - Desktop @@ -95,8 +95,8 @@ body: - type: input id: url attributes: - label: Where did you encounter the problem? - description: Please enter address of the page or download link of the affected app. + label: Where is the problem encountered? + description: Enter the web address or affected application link. placeholder: ex. https://example.com/ validations: required: true @@ -105,7 +105,7 @@ body: id: filters attributes: label: What filters do you have enabled? - description: Select enabled filters from the list or enter URLs of any custom filters in comment below. + description: Select enabled filters from the list or enter URLs of any custom filters in the comment field below. multiple: true options: - ---AdGuard filters--- @@ -199,7 +199,7 @@ body: id: stealth attributes: label: What Stealth Mode options do you have enabled? - description: Please mark any of these options if you have them enabled in Stealth Mode + description: Select any of these options if you have them enabled in Stealth Mode multiple: true options: - Hide your search queries @@ -220,12 +220,12 @@ body: attributes: label: Add your comment and screenshots description: | - 1. Please add screenshots of the problem. You can attach images by clicking this area to highlight it and then dragging files in or paste images from clipboard; + 1. Add screenshots of the problem. You can drag and drop images or paste them from clipboard; Use `
` tag to hide screenshots under the spoiler; - 2. Please describe the issue extensively unless it is absolutely clear from the screenshot what the problem is; + 2. Describe the issue extensively unless it is absolutely clear from the screenshot what the problem is; You can also indicate any other information that you think the developers should know. - Warning: Please remove private info before upload screenshots! + Warning: Please remove personal information before uploading screenshots! value: | 1. diff --git a/.github/ISSUE_TEMPLATE/bug_report_NSFW.yml b/.github/ISSUE_TEMPLATE/bug_report_NSFW.yml index 55470607290..7faba026751 100644 --- a/.github/ISSUE_TEMPLATE/bug_report_NSFW.yml +++ b/.github/ISSUE_TEMPLATE/bug_report_NSFW.yml @@ -8,9 +8,9 @@ body: label: Prerequisites description: | To avoid invalid reports, please check and confirm following checkboxes. - It is highly recommended to use our [Web Reporting Tool](https://kb.adguard.com/en/technical-support/reporting-tool) instead of opening an issue using GitHub directly. + It is highly recommended to use our [Web Reporting Tool](https://kb.adguard.com/en/technical-support/reporting-tool) instead of creating an issue on GitHub. options: - - label: Filters were updated before reproduced an issue; + - label: Filters were updated before reproducing an issue; required: true - label: AdGuard product version is up-to-date; required: true @@ -65,7 +65,7 @@ body: - type: dropdown id: browsers attributes: - label: Which browser(s) is used? + label: Which browser(s) do you use? multiple: true options: - Firefox @@ -82,7 +82,7 @@ body: - type: dropdown id: browsers_type attributes: - label: Which device is used? + label: Which device do you use? multiple: false options: - Desktop @@ -93,8 +93,8 @@ body: - type: input id: url attributes: - label: Where did you encounter the problem? - description: Please enter address of the page or download link of the affected app. + label: Where is the problem encountered? + description: Enter the web address or affected application link. placeholder: ex. https://example.com/ validations: required: true @@ -103,7 +103,7 @@ body: id: filters attributes: label: What filters do you have enabled? - description: Select enabled filters from the list or enter URLs of any custom filters in comment below. + description: Select enabled filters from the list or enter URLs of any custom filters in the comment field below. multiple: true options: - ---AdGuard filters--- @@ -197,7 +197,7 @@ body: id: stealth attributes: label: What Stealth Mode options do you have enabled? - description: Please mark any of these options if you have them enabled in Stealth Mode + description: Select any of these options if you have them enabled in Stealth Mode multiple: true options: - Hide your search queries @@ -219,12 +219,12 @@ body: label: Add your comment and screenshots description: | 0. DO NOT upload screenshots with sexually explicit material on GitHub directly. Instead, upload it to third-party image hosting and post URL here; - 1. Please add screenshots of the problem. You can attach images by clicking this area to highlight it and then dragging files in or paste images from clipboard; + 1. Add screenshots of the problem. You can drag and drop images or paste them from clipboard; Use `
` tag to hide screenshots under the spoiler; - 2. Please describe the issue extensively unless it is absolutely clear from the screenshot what the problem is; + 2. Describe the issue extensively unless it is absolutely clear from the screenshot what the problem is; You can also indicate any other information that you think the developers should know. - Warning: Please remove private info before upload screenshots! + Warning: Please remove personal information before uploading screenshots! value: | 1. diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 42fafbebe48..131e375dfc3 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -12,7 +12,7 @@ body: required: true - label: I checked to make sure that this issue has not already been filed; required: true - - label: This is not a ad/bug report. + - label: This is not an ad/bug report. - type: textarea id: problem @@ -20,7 +20,7 @@ body: label: Problem description placeholder: | Is your feature request related to a problem? - Please add a clear and concise description of what the problem is. + Please add a simple and clear description of the problem. validations: required: true @@ -29,7 +29,7 @@ body: attributes: label: Proposed solution placeholder: | - Please describe the solution you'd like in a clear and concise manner. + Suggest a possible solution in a clear and concise manner. validations: required: true