diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 91356ab..81e1018 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -17,9 +17,11 @@ jobs: - name: Run Ultralytics Formatting uses: ultralytics/actions@main with: - token: ${{ secrets.GITHUB_TOKEN }} # automatically generated - python: true - docstrings: true - markdown: true - spelling: true - links: true + token: ${{ secrets.GITHUB_TOKEN }} # automatically generated, do not modify + python: true # format Python code and docstrings + markdown: true # format Markdown and YAML + spelling: true # check spelling + links: true # check broken links + summary: true # print PR summary with GPT4 (requires 'openai_api_key' or 'openai_azure_api_key' and 'openai_azure_endpoint') + openai_azure_api_key: ${{ secrets.OPENAI_AZURE_API_KEY }} + openai_azure_endpoint: ${{ secrets.OPENAI_AZURE_ENDPOINT }} diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md index 7de3b39..ce9e2d0 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -1,13 +1,12 @@ + diff --git a/profile/README.md b/profile/README.md index d8b2a74..7ef3808 100644 --- a/profile/README.md +++ b/profile/README.md @@ -8,11 +8,11 @@
-At [Ultralytics](https://ultralytics.com), we are dedicated to creating the best artificial intelligence models in the world. Our open source works here on GitHub offer cutting-edge solutions for a wide range of AI tasks, including [detection](https://docs.ultralytics.com/tasks/detect/), [segmentation](https://docs.ultralytics.com/tasks/segment/), [classification](https://docs.ultralytics.com/tasks/classify/), [tracking](https://docs.ultralytics.com/modes/track/) and [pose estimation](https://docs.ultralytics.com/tasks/pose/). +At [Ultralytics](https://ultralytics.com), we are dedicated to creating the best artificial intelligence models in the world. Our open source works here on GitHub offer cutting-edge solutions for a wide range of AI tasks, including [detection](https://docs.ultralytics.com/tasks/detect/), [segmentation](https://docs.ultralytics.com/tasks/segment/), [classification](https://docs.ultralytics.com/tasks/classify/), [tracking](https://docs.ultralytics.com/modes/track/) and [pose estimation](https://docs.ultralytics.com/tasks/pose/) 🚀. -We welcome [contributions](https://github.com/ultralytics/ultralytics#contribute) from the community and are always eager to hear from users with [feature requests](https://github.com/ultralytics/ultralytics/issues/new/choose) and [bug reports](https://github.com/ultralytics/ultralytics/issues/new/choose). If you're looking for state-of-the-art AI [models](https://github.com/ultralytics/ultralytics/tree/main/ultralytics/models) that are fast, accurate, and easy to use, Ultralytics is the place to be. +We welcome [contributions](https://github.com/ultralytics/ultralytics#contribute) from the global community 🌍 and are always eager to hear from users with [feature requests](https://github.com/ultralytics/ultralytics/issues/new/choose) and [bug reports](https://github.com/ultralytics/ultralytics/issues/new/choose). If you're looking for state-of-the-art AI [models](https://github.com/ultralytics/ultralytics/tree/main/ultralytics/models) that are fast, accurate, and easy to use, Ultralytics is the place to be. -Join us on our mission to push the boundaries of AI and make it accessible to everyone! +Join us on our mission to push the boundaries of AI and make it accessible to everyone! 💡🌟
Ultralytics GitHub