Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 725 Bytes

File metadata and controls

22 lines (14 loc) · 725 Bytes

Contributing

Thank you for your interest in contributing to AgentAnycast!

Please see the Contributing Guide in the main repository for guidelines on:

  • Development workflow (fork → branch → PR → squash merge)
  • Coding standards and commit message conventions
  • Cross-repository changes
  • CLA requirements

Website-Specific Guidelines

  • Run npm run build to verify the project compiles
  • Run npm run lint before submitting
  • Follow the existing code style (2-space indent, TypeScript)

Required CI Checks

All of the following must pass before a PR can be merged:

  • build — TypeScript compilation and Vite production build