Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.08 KB

File metadata and controls

19 lines (15 loc) · 1.08 KB

Contributing to geo_neural_op

Thank you for your interest in contributing to geo_neural_op! We welcome contributions in the form of bug reports, feature requests, and pull requests.

Bug Reports and Feature Requests

If you encounter a bug or have an idea for a new feature, please open an issue on the GitHub Issues page. Please provide as much detail as possible, including steps to reproduce the bug or a clear description of the desired feature.

Code Contributions

  1. Fork the repository and create your branch from main.
  2. Make your changes, ensuring your code is clear and commented where necessary.
  3. Run tests to ensure your changes don't break existing functionality. You can run the test suite using:
    python -m unittest discover tests
  4. Submit a Pull Request to the main branch. Please describe your changes and reference any related issues.

Style Guide

  • Please follow standard Python coding conventions (PEP 8).
  • Ensure that any new features include appropriate unit tests.