ultralytics / yolov3

YOLOv3 in PyTorch > ONNX > CoreML > TFLite
https://docs.ultralytics.com
GNU Affero General Public License v3.0
10.23k stars 3.45k forks source link

Delete .github/workflows/greetings.yml #2286

Closed UltralyticsAssistant closed 2 months ago

UltralyticsAssistant commented 2 months ago

This PR deletes the .github/workflows/greetings.yml file.

🛠️ PR Summary

Made with ❤️ by Ultralytics Actions

🌟 Summary

The "Greetings" GitHub Actions workflow was removed from the YOLOv3 repository.

📊 Key Changes

🎯 Purpose & Impact

UltralyticsAssistant commented 2 months ago

🚀 PR Review Request

Thank you, @UltralyticsAssistant, for your pull request to the YOLOv3 repository! 🎉

📄 PR Summary

You've proposed the removal of the .github/workflows/greetings.yml file. This aims to streamline communications and reduce notifications by removing automated greetings for new PRs and issues.

🔍 Review Process

A human reviewer will look over your changes soon and provide additional feedback or approval. In the meantime, here are a few guidelines that can help improve future contributions:

📑 Best Practices for PR Submission:

  1. Keep It Focused: Ensure that your pull request is limited to a single purpose or feature. It should not combine multiple unrelated changes.

  2. Stay Updated: Frequently update your branch with the base repository to resolve any conflicts and ensure seamless integration. You can easily do this by running:

    git pull upstream master
  3. Test Thoroughly: Make sure all tests pass locally and validate that your changes work as expected. Add new tests if your changes need them!

  4. Detailed Descriptions: Provide clear summaries of the changes, their impact, and any relevant motivations or context. Screenshots or GIFs help if UI changes are involved.

  5. Follow the Template: Use the provided pull request template for structure and completeness.

🗂️ Resources

If you have any questions or need assistance, please feel free to ask. Thank you for contributing to the YOLOv3 project! 😃


This process helps ensure smooth collaboration and maintains the quality of the codebase. Happy coding! 🖥️🔧