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.
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.
- Fork the repository and create your branch from
main. - Make your changes, ensuring your code is clear and commented where necessary.
- Run tests to ensure your changes don't break existing functionality. You can run the test suite using:
python -m unittest discover tests
- Submit a Pull Request to the
mainbranch. Please describe your changes and reference any related issues.
- Please follow standard Python coding conventions (PEP 8).
- Ensure that any new features include appropriate unit tests.