Skip to content

Commit

Permalink
Update Python file headers (ultralytics#13445)
Browse files Browse the repository at this point in the history
Co-authored-by: Glenn Jocher <[email protected]>
  • Loading branch information
UltralyticsAssistant and glenn-jocher authored Jun 8, 2024
1 parent 79958c9 commit f96d105
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Ultralytics YOLO 🚀, AGPL-3.0 license

name: 🐛 Bug Report
# title: " "
description: Problems with YOLOv8
Expand Down
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Ultralytics YOLO 🚀, AGPL-3.0 license

blank_issues_enabled: true
contact_links:
- name: 📄 Docs
Expand Down
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Ultralytics YOLO 🚀, AGPL-3.0 license

name: 🚀 Feature Request
description: Suggest a YOLOv8 idea
# title: " "
Expand Down
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/question.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Ultralytics YOLO 🚀, AGPL-3.0 license

name: ❓ Question
description: Ask a YOLOv8 question
# title: " "
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Ultralytics 🚀 - AGPL-3.0 license
# Ultralytics YOLO 🚀, AGPL-3.0 license
# Ultralytics Actions https://github.com/ultralytics/actions
# This workflow automatically formats code and documentation in PRs to official Ultralytics standards

Expand Down
2 changes: 1 addition & 1 deletion docs/en/help/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Before we can accept your pull request, you must sign a [Contributor License Agr
To sign the CLA, follow the instructions provided by the CLA bot after you submit your PR and add a comment in your PR saying:

```
I have read the CLA Document and I sign the CLA.
I have read the CLA Document and I sign the CLA
```

### Google-Style Docstrings
Expand Down
2 changes: 2 additions & 0 deletions examples/YOLOv8-ONNXRuntime-Rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Ultralytics YOLO 🚀, AGPL-3.0 license

[package]
name = "yolov8-rs"
version = "0.1.0"
Expand Down
2 changes: 2 additions & 0 deletions ultralytics/models/yolo/world/train_world.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Ultralytics YOLO 🚀, AGPL-3.0 license

from ultralytics.data import YOLOConcatDataset, build_grounding, build_yolo_dataset
from ultralytics.data.utils import check_det_dataset
from ultralytics.models.yolo.world import WorldTrainer
Expand Down
1 change: 1 addition & 0 deletions ultralytics/utils/callbacks/tensorboard.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Ultralytics YOLO 🚀, AGPL-3.0 license

import contextlib

from ultralytics.utils import LOGGER, SETTINGS, TESTS_RUNNING, colorstr
Expand Down

0 comments on commit f96d105

Please sign in to comment.