Thank you for your interest in contributing! This document provides guidelines for contributing to this project.
- Fork the repository
- Clone your fork locally
- Create a new branch for your feature or bugfix
- Make your changes
- Test your changes thoroughly
- Submit a pull request
git clone https://github.com/Keyvanhardani/WordPress-Streamlit-Integration.git
cd WordPress-Streamlit-Integration
pip install -r requirements.txt- Follow PEP 8 for Python code
- Write clear, descriptive commit messages
- Add tests for new functionality
- Update documentation as needed
- Ensure your code follows the project standards
- Update the README.md if needed
- Add tests for new features
- Ensure all tests pass
- Request a review from maintainers
When reporting bugs, please include:
- Operating system and version
- Python version
- Steps to reproduce the issue
- Expected vs actual behavior
- Any error messages
We welcome feature requests! Please provide:
- Clear description of the proposed feature
- Use cases and benefits
- Potential implementation approach
Feel free to open an issue for any questions or concerns.