From 357e6d535e8d4dafcaf88f19aab15ddab319d55d Mon Sep 17 00:00:00 2001 From: Sn3llius Date: Sun, 19 May 2024 17:55:59 +0200 Subject: [PATCH] minor rewording --- .github/ISSUE_TEMPLATE/bug_report.yml | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 56181ee1..b50a73f1 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -10,7 +10,7 @@ body: - type: markdown attributes: value: | - Before filing a new issue, **please do a quick search** to check that it hasn't already been filed on the issue tracker. You can do this by going to [this link](https://github.com/rio-labs/rio/issues) and typing some words related to the issue in the search box next to the "New issue" button. + Before submitting a new issue, **please do a quick search** to ensure it hasn't already been raised in the issue tracker. You can do this by going to [this link](https://github.com/rio-labs/rio/issues) and typing some words related to the issue in the search box next to the "New issue" button. - type: textarea attributes: label: Describe the bug @@ -88,7 +88,7 @@ body: - Desktop - Mobile validations: - required: true + required: false - type: textarea attributes: label: Additional context @@ -98,15 +98,3 @@ body: Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in. validations: required: false - - type: textarea - attributes: - label: Tips for developers - description: Please leave this section as-is. - value: | - Before addressing the bug, please identify which PR caused the issue (you can follow the steps. If you identify the PR, comment on the issue with a link to it. If not, mention the commit hash of the oldest commit you saw the bug on (and the month and year it was made in). - - Then, please leave a comment with details of the approach that you plan to take to fix the issue. - - **Note:** If this is your first Rio issue, please make sure to follow our [contribution guidelines](https://github.com/rio-labs/rio/blob/68e9193489adbb8378667e8b682b501e962f3eb1/CONTRIBUTING.md#L4). You will also need to show a demo of the fix working correctly on your local machine. Thanks! - validations: - required: true