Closed pderrenger closed 2 weeks ago
π Hello @pderrenger, thank you for submitting an ultralytics/hub
π PR! Our team truly appreciates your effort to enhance the project. Before we proceed, here are a few recommended steps to ensure a smooth review process:
main
branch of the repo. You can update it by clicking the 'Update branch' button here or by fetching and merging the latest changes locally using git pull
and git merge main
.If this PR addresses a bug but lacks a minimum reproducible example (MRE), kindly provide one to help us verify the fix.
For more detailed guidance, please check our Contributing Guide. Donβt hesitate to comment if you need any clarifications. Rest assured, an Ultralytics engineer will review and assist with your PR soon. Thank you for contributing to Ultralytics! π
This Ultralytics PR refactors code to improve performance and readability. π
Key changes include:
These changes aim to enhance the overall quality and efficiency of the code. π
Learn more about Ultralytics:
π οΈ PR Summary
Made with β€οΈ by Ultralytics Actions
π Summary
This PR updates the configuration for the link-checking workflow in the project.
π Key Changes
retry_wait_seconds
toretry_delay_seconds
andmax_attempts
toretries
.command:
torun:
within the GitHub Actions configuration.π― Purpose & Impact