glenn-jocher commited on
Commit
0067d95
β€’
1 Parent(s): 951922c

Update greetings.yml (#4037)

Browse files
Files changed (1) hide show
  1. .github/workflows/greetings.yml +3 -3
.github/workflows/greetings.yml CHANGED
@@ -23,17 +23,17 @@ jobs:
23
  - βœ… Reduce changes to the absolute **minimum** required for your bug fix or feature addition. _"It is not daily increase but daily decrease, hack away the unessential. The closer to the source, the less wastage there is."_ -Bruce Lee
24
 
25
  issue-message: |
26
- πŸ‘‹ Hello @${{ github.actor }}, thank you for your interest in πŸš€ YOLOv5! Please visit our ⭐️ [Tutorials](https://github.com/ultralytics/yolov5/wiki#tutorials) to get started, where you can find quickstart guides for simple tasks like [Custom Data Training](https://github.com/ultralytics/yolov5/wiki/Train-Custom-Data) all the way to advanced concepts like [Hyperparameter Evolution](https://github.com/ultralytics/yolov5/issues/607).
27
 
28
  If this is a πŸ› Bug Report, please provide screenshots and **minimum viable code to reproduce your issue**, otherwise we can not help you.
29
 
30
  If this is a custom training ❓ Question, please provide as much information as possible, including dataset images, training logs, screenshots, and a public link to online [W&B logging](https://github.com/ultralytics/yolov5/wiki/Train-Custom-Data#visualize) if available.
31
 
32
- For business inquiries or professional support requests please visit https://www.ultralytics.com or email Glenn Jocher at [email protected].
33
 
34
  ## Requirements
35
 
36
- **Python>=3.6.0** with all [requirements.txt](https://github.com/ultralytics/yolov5/blob/master/requirements.txt) installed including **PyTorch>=1.7**. To get started:
37
  ```bash
38
  $ git clone https://github.com/ultralytics/yolov5
39
  $ cd yolov5
 
23
  - βœ… Reduce changes to the absolute **minimum** required for your bug fix or feature addition. _"It is not daily increase but daily decrease, hack away the unessential. The closer to the source, the less wastage there is."_ -Bruce Lee
24
 
25
  issue-message: |
26
+ πŸ‘‹ Hello @${{ github.actor }}, thank you for your interest in YOLOv5 πŸš€! Please visit our ⭐️ [Tutorials](https://github.com/ultralytics/yolov5/wiki#tutorials) to get started, where you can find quickstart guides for simple tasks like [Custom Data Training](https://github.com/ultralytics/yolov5/wiki/Train-Custom-Data) all the way to advanced concepts like [Hyperparameter Evolution](https://github.com/ultralytics/yolov5/issues/607).
27
 
28
  If this is a πŸ› Bug Report, please provide screenshots and **minimum viable code to reproduce your issue**, otherwise we can not help you.
29
 
30
  If this is a custom training ❓ Question, please provide as much information as possible, including dataset images, training logs, screenshots, and a public link to online [W&B logging](https://github.com/ultralytics/yolov5/wiki/Train-Custom-Data#visualize) if available.
31
 
32
+ For business inquiries or professional support requests please visit https://ultralytics.com or email Glenn Jocher at [email protected].
33
 
34
  ## Requirements
35
 
36
+ [**Python>=3.6.0**](https://www.python.org/) with all [requirements.txt](https://github.com/ultralytics/yolov5/blob/master/requirements.txt) installed including [**PyTorch>=1.7**](https://pytorch.org/get-started/locally/). To get started:
37
  ```bash
38
  $ git clone https://github.com/ultralytics/yolov5
39
  $ cd yolov5