| # Contributing to Gingiris SEO/GEO Agent SOP | |
| Thank you for considering contributing! We welcome all forms of contributions. | |
| ## How to Contribute | |
| ### Reporting Issues | |
| - Use the [issue tracker](../../issues) to report bugs or suggest improvements | |
| - Check existing issues before creating a new one | |
| ### Submitting Changes | |
| 1. Fork the repository | |
| 2. Create a feature branch (`git checkout -b feature/improvement`) | |
| 3. Commit your changes (`git commit -am 'Add improvement'`) | |
| 4. Push to the branch (`git push origin feature/improvement`) | |
| 5. Open a Pull Request | |
| ### Content Guidelines | |
| - Keep SOPs actionable and specific (include exact numbers, templates, examples) | |
| - Verify claims with real data where possible | |
| - Maintain the "Agent can do X / Human must do Y" boundary clearly | |
| - All templates should be copy-paste ready | |
| - Include both English and Chinese where applicable | |
| ### Style | |
| - Use Markdown tables for structured comparisons | |
| - Include code blocks for anything an Agent should execute | |
| - Mark human-only tasks clearly with ❌ or checkbox notation | |
| - Use emoji sparingly but consistently (🏆 for metrics, 🔧 for actions, 🚩 for blockers) | |
| ## License | |
| By contributing, you agree that your contributions will be licensed under the MIT License. | |