minor rewording

This commit is contained in:
Sn3llius
2024-05-19 17:55:59 +02:00
parent 76a2e5c02a
commit 357e6d535e

View File

@@ -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