chore: Update bug report template (#13508)
parent
fc61c869b5
commit
d1583d4e08
|
@ -39,7 +39,7 @@ body:
|
|||
label: Environment
|
||||
description: Please specify the software and hardware you used to produce the bug.
|
||||
placeholder: |
|
||||
Paste output of `yolo checks` or `ultralytics.checks()` command, i.e.:
|
||||
|
||||
```
|
||||
OS macOS-13.5.2
|
||||
Environment Jupyter
|
||||
|
@ -58,7 +58,7 @@ body:
|
|||
label: Minimal Reproducible Example
|
||||
description: >
|
||||
When asking a question, people will be better able to provide help if you provide code that they can easily understand and use to **reproduce** the problem.
|
||||
This is referred to by community members as creating a [minimal reproducible example](https://docs.ultralytics.com/help/minimum_reproducible_example/).
|
||||
This is referred to by community members as creating a [minimal reproducible example](https://stackoverflow.com/help/minimal-reproducible-example).
|
||||
placeholder: |
|
||||
```
|
||||
# Code to reproduce your issue here
|
||||
|
|
Loading…
Reference in New Issue