Datasets:
File size: 1,203 Bytes
89df582 | 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 35 36 37 38 | # Contributing to Gingiris SEO/GEO Playbook
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. Make your changes
4. Commit with a clear message (`git commit -m 'Add: improvement description'`)
5. Push to your branch (`git push origin feature/improvement`)
6. Open a Pull Request
### Content Contributions
- Fix typos or improve clarity
- Add case studies or real-world examples
- Translate content to additional languages (Japanese, Korean welcome!)
- Share your SEO/GEO success story
### Style Guide
- Use clear, actionable language
- Include specific numbers and data where possible
- Add source links for statistics
- Keep formatting consistent with existing content
## Code of Conduct
Please be respectful to other contributors. We're all here to learn and grow together.
## License
By contributing, you agree that your contributions will be licensed under the MIT License.
|