Skip to content

Commit 1d65a5a

Browse files
authored
1 parent 8211a03 commit 1d65a5a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ body:
6262
label: Minimal Reproducible Example
6363
description: >
6464
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.
65-
This is referred to by community members as creating a [minimal reproducible example](https://stackoverflow.com/help/minimal-reproducible-example).
65+
This is referred to by community members as creating a [minimal reproducible example](https://docs.ultralytics.com/help/minimum_reproducible_example/).
6666
placeholder: |
6767
```
6868
# Code to reproduce your issue here

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ short guidelines below to help users provide what we need to get started.
6666

6767
When asking a question, people will be better able to provide help if you provide **code** that they can easily
6868
understand and use to **reproduce** the problem. This is referred to by community members as creating
69-
a [minimum reproducible example](https://stackoverflow.com/help/minimal-reproducible-example). Your code that reproduces
69+
a [minimum reproducible example](https://docs.ultralytics.com/help/minimum_reproducible_example/). Your code that reproduces
7070
the problem should be:
7171

7272
-**Minimal** – Use as little code as possible that still produces the same problem
@@ -84,7 +84,7 @@ should be:
8484

8585
If you believe your problem meets all of the above criteria, please close this issue and raise a new one using the 🐛
8686
**Bug Report** [template](https://github.com/ultralytics/yolov5/issues/new/choose) and provide
87-
a [minimum reproducible example](https://stackoverflow.com/help/minimal-reproducible-example) to help us better
87+
a [minimum reproducible example](https://docs.ultralytics.com/help/minimum_reproducible_example/) to help us better
8888
understand and diagnose your problem.
8989

9090
## License

0 commit comments

Comments
 (0)