Skip to content

Latest commit

 

History

History
36 lines (31 loc) · 944 Bytes

File metadata and controls

36 lines (31 loc) · 944 Bytes

Contributing to Cosmify Docs

Thank you for helping improve Cosmify Docs! Here’s how you can contribute:

Steps to Contribute

  1. Fork the Repository: Click 'Fork' at the top-right of this repo.
  2. Clone Your Fork:
    git clone https://github.com/your-username/docs.git
    cd docs
  3. Install Dependencies:
    yarn install
  4. Make Changes: Edit the necessary files inside the content folder.
  5. Run Locally:
    yarn dev
    Preview changes at http://localhost:3000.
  6. Commit & Push:
    git add .
    git commit -m "feat: update documentation structure"
    git push origin your-branch
  7. Create a Pull Request: Open a PR on GitHub from your fork.

Guidelines

  • Keep edits clear and concise.
  • Follow existing formatting.
  • Ensure correct spelling and grammar.

Thank you for contributing! 🚀