Files
the_order/.github

GitHub Repository

This directory contains GitHub-specific configurations and workflows.

Contents

  • Workflows (workflows/): GitHub Actions CI/CD pipelines
  • Templates (PULL_REQUEST_TEMPLATE.md, ISSUE_TEMPLATE/): Issue and PR templates

CI/CD

GitHub Actions workflows are configured for:

  • Continuous Integration (testing, linting, type checking)
  • Continuous Deployment (build and deploy)
  • Security scanning
  • Dependency updates

Contributing

See Contributing Guidelines for details on:

  • Code style
  • Pull request process
  • Testing requirements
  • Documentation standards

Last Updated: 2025-01-27