SeineAI / SeineSailor

Help developers navigating through the codebase smoothly
MIT License
4 stars 7 forks source link

add Contributing_README.md #22

Closed wenboown closed 4 months ago

github-actions[bot] commented 4 months ago

🤖 SeineSailor

Here is a concise summary of the pull request changes:

Summary: This pull request introduces a new Contributing_README.md file, providing guidelines for contributing to the project. The file is referenced in the .github directory's workflows configuration, specifically in the seinesailor.yml file. Notably, the Run SeineSailor job now references the main branch or release version tags instead of the stable tag, which may impact the external interface or behavior of the code if the stable tag was previously pointing to a different version or commit.

Key Modifications:

  1. Addition of Contributing_README.md file to the project root directory.
  2. Update to .github/workflows/seinesailor.yml to reference the new file.
  3. Change in Run SeineSailor job to use main branch or release version tags instead of stable tag.

Impact: This change may affect the external interface or behavior of the code if the stable tag was previously pointing to a different version or commit. It's essential to review the stable tag's history to ensure a smooth transition.

Suggestions: