Contributing
Bugs 🐛
If you found a bug in FastGeodis, please open an issue request in GitHub. Please be as descriptive as possible in your issue request.
Feature suggestions 💡
If you’d like to suggest a feature to be added to FastGeodis, please open an issue request in GitHub. and describe your feature appropriately.
Contributing 💻
The following steps should be taken to contribute to FastGeodis:
Fork the FastGeodis repository.
Create a branch for any changes you are contributing and add your changes locally.
Ensure that unittests pass locally for you changes.
Commit your code to the branch in your fork.
Create a pull request that documents your additions/changes.
Add as much description for your proposed changes and fix any build issues within Github CI.