Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 1.48 KB

File metadata and controls

44 lines (30 loc) · 1.48 KB

Contributing to X Algorithm Playbook

Thanks for your interest in contributing! This playbook is community-driven and we welcome improvements.

How to Contribute

Reporting Issues

  • Found an outdated rule? Algorithm changed? Open an issue.
  • Include sources if possible (algorithm code references, official announcements).

Suggesting Improvements

  • Open an issue first to discuss significant changes
  • For typos or small fixes, PRs are welcome directly

Pull Request Process

  1. Fork the repository
  2. Create a branch (git checkout -b feature/my-improvement)
  3. Make your changes following the style guide below
  4. Commit with clear messages (git commit -m "Add: New case study on thread virality")
  5. Push and open a PR

Style Guide

  • Markdown formatting: Use headers, tables, bullet points for readability
  • Actionable content: Every rule should have clear "Do this" / "Don't do this"
  • Source citations: Reference algorithm code files when making technical claims
  • Concise writing: Get to the point. No fluff.

Content Types We Need

  • More case studies (viral posts, common mistakes)
  • Industry-specific guides (tech, finance, entertainment)
  • International considerations (different regions)
  • Updated weights as algorithm evolves
  • Visual diagrams and infographics

Code of Conduct

Be respectful. This is a knowledge-sharing project. We're all here to learn.

Questions?

Open an issue with the question label.