Skip to content

Conversation

@glenn-jocher
Copy link
Member

@glenn-jocher glenn-jocher commented Jul 31, 2022

πŸ› οΈ PR Summary

Made with ❀️ by Ultralytics Actions

🌟 Summary

Improved pre-commit hooks to prevent commits directly to the master branch.

πŸ“Š Key Changes

  • Added a new hook, no-commit-to-branch, to restrict direct commits to the master branch.
  • Removed the stages restriction on the end-of-file-fixer hook.

🎯 Purpose & Impact

  • 🚫 The new no-commit-to-branch hook ensures that developers do not accidentally commit changes directly to the master branch, which promotes better code management and review practices.
  • βœ… Removing the stages restriction on the end-of-file-fixer hook allows for automatic fixing of end-of-file issues regardless of the commit stage, simplifying and streamlining code maintenance.
  • πŸ”’ Overall, these changes aim to enforce better code contribution workflows, leading to a more robust, clean, and stable codebase for YOLOv5 users and contributors.

@glenn-jocher glenn-jocher self-assigned this Jul 31, 2022
@glenn-jocher glenn-jocher merged commit 685332e into master Jul 31, 2022
@glenn-jocher glenn-jocher deleted the glenn-jocher-patch-1 branch July 31, 2022 18:06
ctjanuhowski pushed a commit to ctjanuhowski/yolov5 that referenced this pull request Sep 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants