Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 655 Bytes

File metadata and controls

27 lines (22 loc) · 655 Bytes

Contributing to ATOM

Thank you for your interest in improving ATOM.

Ground rules

  • Communicate clearly and respectfully.
  • Keep pull requests focused and small when possible.
  • Update documentation and tests with any behavioral change.
  • Align with SolveForce standards for terminology and clarity.

Workflow

  1. Fork the repository.
  2. Create a feature branch:
    git checkout -b feature/short-description
  3. Make your changes.
  4. Run tests (when present):
    pytest
  5. Submit a pull request with:
    • A clear title
    • A concise description of the change
    • Screenshots or examples when UI is affected