Thank you for helping improve Cosmify Docs! Here’s how you can contribute:
- Fork the Repository: Click 'Fork' at the top-right of this repo.
- Clone Your Fork:
git clone https://github.com/your-username/docs.git cd docs - Install Dependencies:
yarn install
- Make Changes: Edit the necessary files inside the
contentfolder. - Run Locally:
Preview changes at
yarn dev
http://localhost:3000. - Commit & Push:
git add . git commit -m "feat: update documentation structure" git push origin your-branch
- Create a Pull Request: Open a PR on GitHub from your fork.
- Keep edits clear and concise.
- Follow existing formatting.
- Ensure correct spelling and grammar.
Thank you for contributing! 🚀