Skip to content

Latest commit

 

History

History
57 lines (44 loc) · 1.64 KB

File metadata and controls

57 lines (44 loc) · 1.64 KB

Contributing to Docs

Thank you for your interest in contributing to the Docs repository! This project aims to provide high-quality documentation for AI models, and your contributions are invaluable in achieving this goal.

Contribution Process

We welcome the following types of contributions:

  • Adding documentation for new technologies
  • Updating existing documentation
  • Improving formatting and structure
  • Fixing errors
  • Adding examples

Step-by-Step Contribution Workflow

  1. Choose an Issue: Start by looking at open issues or create a new one describing what you want to contribute.

  2. Work on Your Contribution:

    • Follow directory structure standards
  3. Submit a Pull Request:

    • Push your changes to your fork
    • Submit a pull request to the main repository
    • Include a clear description of the changes
    • Include a link to the original doc(s) source
    • Reference any related issues
  4. Address Review Feedback:

    • Be responsive to review comments
    • Make requested changes promptly
    • Ask for clarification if needed

Directory Structure

New documentation should follow the established directory structure:

category/
└── technology/
    └── version/
        └── topic.md

For example:

languages/
└── python/
    └── 3.11/
        └── standard-library/
            └── asyncio.md

Review Process

  1. Peer Review: Review by at least one other contributor
  2. Maintainer Review: Final review by a repository maintainer
  3. Iteration: Address any feedback from reviewers
  4. Approval and Merge: Changes merged by maintainers after approval