# Contributing to WP Auto Featured Image

Thank you for your interest in contributing!

## How to Contribute

### Reporting Bugs
1. Check existing issues first
2. Create a new issue with WordPress version, PHP version, steps to reproduce

### Submitting Code

1. Fork the repository
2. Clone your fork
3. Create a branch: `git checkout -b feature/your-feature-name`
4. Make your changes following WordPress coding standards
5. Test your changes locally
6. Commit with a clear message
7. Push to your fork
8. Open a Pull Request against the main branch

### Code Standards
- Follow WordPress Coding Standards
- Use meaningful variable and function names
- Test on latest WordPress version

## Questions?
Open an issue or reach out to @sannysri
