Thank you for your interest in improving ATOM.
- 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.
- Fork the repository.
- Create a feature branch:
git checkout -b feature/short-description
- Make your changes.
- Run tests (when present):
pytest
- Submit a pull request with:
- A clear title
- A concise description of the change
- Screenshots or examples when UI is affected