chore: Update bug report template (#13508)

pull/13520/head^2
SWHL 2024-07-26 08:33:42 +08:00 committed by GitHub
parent fc61c869b5
commit d1583d4e08
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

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