Skip to content

Latest commit

 

History

History
55 lines (40 loc) · 1.31 KB

File metadata and controls

55 lines (40 loc) · 1.31 KB

Contributing to WordPress-Streamlit-Integration

Thank you for your interest in contributing! This document provides guidelines for contributing to this project.

Getting Started

  1. Fork the repository
  2. Clone your fork locally
  3. Create a new branch for your feature or bugfix
  4. Make your changes
  5. Test your changes thoroughly
  6. Submit a pull request

Development Setup

git clone https://github.com/Keyvanhardani/WordPress-Streamlit-Integration.git
cd WordPress-Streamlit-Integration
pip install -r requirements.txt

Coding Standards

  • Follow PEP 8 for Python code
  • Write clear, descriptive commit messages
  • Add tests for new functionality
  • Update documentation as needed

Pull Request Process

  1. Ensure your code follows the project standards
  2. Update the README.md if needed
  3. Add tests for new features
  4. Ensure all tests pass
  5. Request a review from maintainers

Bug Reports

When reporting bugs, please include:

  • Operating system and version
  • Python version
  • Steps to reproduce the issue
  • Expected vs actual behavior
  • Any error messages

Feature Requests

We welcome feature requests! Please provide:

  • Clear description of the proposed feature
  • Use cases and benefits
  • Potential implementation approach

Questions?

Feel free to open an issue for any questions or concerns.