changed example of bug report

This commit is contained in:
Sn3llius
2024-05-19 09:41:17 +02:00
parent d9576c4393
commit 3bc7ed6ad9

View File

@@ -14,7 +14,7 @@ body:
- type: textarea
attributes:
label: Describe the bug
description: 'A concise description of what issue you''re experiencing. **Example:** "When I click on the ''Get Started'' button, I expect to be redirected to the Rio Setup page, but instead I get a 404 error."'
description: 'A concise description of what issue you''re experiencing. **Example:** "NumberInput is parsing negative numbers incorrectly. When I use -100 as input, the value is correctly processed as -100, but the displayed value is -.100."'
validations:
required: true
- type: textarea
@@ -28,9 +28,9 @@ body:
label: Steps To Reproduce
description: |
Steps to reproduce the behavior. **Example:**
1. Go to the home page.
2. Click on the 'Get Started' button.
3. Observe the error (404 page not found).
1. Enter -100 into the NumberInput field.
2. Observe the displayed value in the NumberInput field.
3. Notice that the value is correctly processed as -100, but the displayed value is -.100.
**Notes:**
- Please list the full step-by-step instructions. Do not require the reader to infer the steps from watching a video.
@@ -46,16 +46,6 @@ 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: dropdown
attributes:
label: What device are you using?
description: Please select the device you're using.
multiple: true
options:
- Desktop
- Mobile
validations:
required: true
- type: dropdown
attributes:
label: Operating System
@@ -89,6 +79,16 @@ body:
description: Please enter the version of the browser you're using. **Example:** "124.0.6367.60". You can find this by clicking on the three dots in the top right corner of your browser and selecting "Help" or "About". If you're using multiple browsers, please enter the version for each browser. **Example:** "124.0.6367.60 (Chrome), 88.1.1 (Firefox)"
validations:
required: false
- type: dropdown
attributes:
label: What device are you using?
description: Please select the device you're using.
multiple: true
options:
- Desktop
- Mobile
validations:
required: true
- type: textarea
attributes:
label: Additional context