Skip to content

Latest commit

 

History

History
67 lines (45 loc) · 2.32 KB

File metadata and controls

67 lines (45 loc) · 2.32 KB

Contributing to Trending in Artificial Intelligence

First off, thank you for considering contributing to this repository! It’s people like you who make this a valuable resource for the AI developer community.

This repository aims to track the evolutionary timeline of AI for developers, capturing paradigm shifts and notable projects as they happen.


How Can I Contribute?

1. Proposing a New Paradigm Shift

If you notice a major trend that isn't yet captured in our timeline (e.g., between "Personal AI Assistants" and "AI Cowork Spaces"), please submit a PR!

  • Format: Add a new numbered section (### N. Category Name) in the appropriate chronological order.
  • Context: Include a brief "Why this trend matters" section and at least one "Notable project".

2. Adding Notable Projects

Found a project that perfectly illustrates an existing trend? We'd love to see it.

  • Criteria: The project should have high "signal" (active community, significant stars, or unique innovation).
  • Format: Follow the existing format strictly:
    - **Project Name** — One-line description of the project.
      - Source: [URL](URL)
      - Signal: Brief description of its impact or why it’s trending.

3. Improving the Timeline

If you find typos, broken links, or outdated "Signal" descriptions, please don't hesitate to fix them.


Contribution Workflow

  1. Fork the repository.
  2. Create a branch for your feature or fix:
    git checkout -b feature/add-new-trend
  3. Commit your changes with a descriptive message:
    git commit -m "docs: add OpenClaw to Personal AI Assistants"
  4. Push to your fork:
    git push origin feature/add-new-trend
  5. Open a Pull Request against the main branch.

Quality Standards

  • Maintain Neutrality: Keep descriptions objective and focused on facts.
  • Stay Developer-Centric: We focus on tools and trends that empower developers.
  • Consistency: Ensure your additions blend seamlessly with the existing tone and formatting.

Code of Conduct

By participating in this project, you agree to maintain a respectful and welcoming environment for everyone.


By contributing, you agree that your contributions will be licensed under the MIT License.