Update Issue Templates with π‘ ProTip! (#5539)
Browse files* Update bug-report.yml
* Update question.yml
* Update bug-report.yml
.github/ISSUE_TEMPLATE/bug-report.yml
CHANGED
@@ -41,8 +41,8 @@ body:
|
|
41 |
attributes:
|
42 |
label: Bug
|
43 |
description: Provide console output with error messages and/or screenshots of the bug.
|
44 |
-
placeholder:
|
45 |
-
|
46 |
validations:
|
47 |
required: true
|
48 |
|
@@ -51,7 +51,7 @@ body:
|
|
51 |
label: Environment
|
52 |
description: Please specify the software and hardware you used to produce the bug.
|
53 |
placeholder: |
|
54 |
-
- YOLO: YOLOv5 π v6.0-
|
55 |
- OS: Ubuntu 20.04
|
56 |
- Python: 3.9.0
|
57 |
validations:
|
@@ -64,7 +64,9 @@ body:
|
|
64 |
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).
|
66 |
placeholder: |
|
67 |
-
|
|
|
|
|
68 |
validations:
|
69 |
required: false
|
70 |
|
|
|
41 |
attributes:
|
42 |
label: Bug
|
43 |
description: Provide console output with error messages and/or screenshots of the bug.
|
44 |
+
placeholder: |
|
45 |
+
π‘ ProTip! Include as much information as possible (screenshots, logs, tracebacks etc.) to receive the most helpful response.
|
46 |
validations:
|
47 |
required: true
|
48 |
|
|
|
51 |
label: Environment
|
52 |
description: Please specify the software and hardware you used to produce the bug.
|
53 |
placeholder: |
|
54 |
+
- YOLO: YOLOv5 π v6.0-67-g60e42e1 torch 1.9.0+cu111 CUDA:0 (A100-SXM4-40GB, 40536MiB)
|
55 |
- OS: Ubuntu 20.04
|
56 |
- Python: 3.9.0
|
57 |
validations:
|
|
|
64 |
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).
|
66 |
placeholder: |
|
67 |
+
```
|
68 |
+
# Code to reproduce your issue here
|
69 |
+
```
|
70 |
validations:
|
71 |
required: false
|
72 |
|
.github/ISSUE_TEMPLATE/question.yml
CHANGED
@@ -22,8 +22,8 @@ body:
|
|
22 |
attributes:
|
23 |
label: Question
|
24 |
description: What is your question?
|
25 |
-
placeholder:
|
26 |
-
|
27 |
validations:
|
28 |
required: true
|
29 |
|
|
|
22 |
attributes:
|
23 |
label: Question
|
24 |
description: What is your question?
|
25 |
+
placeholder: |
|
26 |
+
π‘ ProTip! Include as much information as possible (screenshots, logs, tracebacks etc.) to receive the most helpful response.
|
27 |
validations:
|
28 |
required: true
|
29 |
|