Contributing
Contributions to gwModels are welcome! Here’s how you can help:
Reporting Issues
If you find a bug or have a feature request, please open an issue on the GitHub issue tracker.
Development Setup
Fork and clone the repository:
git clone https://github.com/your-username/gwModels.git cd gwModels
Install in development mode:
pip install -e .
Make your changes and ensure the package still imports correctly:
python -c "import gwModels; print('OK')"
If you modified documentation, build and check it:
cd docs make html
Pull Requests
Create a new branch for your feature or fix.
Make your changes with clear commit messages.
Submit a pull request with a description of what you changed and why.
Code Style
Follow PEP 8 conventions.
Use NumPy-style docstrings for functions and classes.
Contact
For questions, suggestions, or collaborations, please email tousifislam24@gmail.com.