File size: 1,250 Bytes
ff1287d | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 | # 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.
|