# Contributing to Blogger Publisher CLI First off, thank you for considering contributing to this project! It's people like you that make the open-source community such a great place to learn, inspire, and create. ## How Can I Contribute? ### Reporting Bugs If you find a bug, please use the `Bug Report` template in the Issues section. Provide as much detail as possible, including your environment and steps to reproduce. ### Suggesting Enhancements If you have a great idea for a new feature (like supporting another image CDN, or adding a new AI agent feature), use the `Feature Request` template in the Issues section. ### Pull Requests 1. Fork the repo and create your branch from `master`. 2. If you've added code that should be tested, add tests. 3. If you've changed APIs or CLI arguments, update the documentation (`README.md` and `docs/GUIDE.md`). 4. Ensure the test suite passes (if applicable). 5. Issue that pull request! ## Code Style - Use 2 spaces for indentation. - Use semicolons. - Prefer async/await over promises. - Document any complex logic inside `lib/`. Thank you for contributing! 🚀