Thank you for considering contributing to Hulo-Docs! 🎉
Whether you're fixing a typo, translating a guide, or writing a new tutorial — your help is appreciated.
There are several ways you can help:
- 📖 Fixing typos or improving grammar
- 🌐 Translating documents to other languages
- 🧠 Adding new guides or tutorials
- 🛠 Improving code samples or examples
- 💅 Enhancing the theme or layout
- 🐛 Reporting or fixing documentation bugs
Make sure you have the following installed:
-
Fork the repository.
-
Clone your fork:
git clone https://github.com/<your-username>/hulo-docs.git cd hulo-docs
-
Install dependencies:
pnpm install
-
Start the dev server:
pnpm docs:dev
-
Open
http://localhost:8080to preview your changes.
- Run
pnpm lintto ensure your changes are formatted properly. - Double-check spelling and clarity of your writing.
- For new documentation files, follow the VuePress style guide.
-
Push your changes to a branch:
git checkout -b your-branch-name git add . git commit -m "docs: improve docs or fix issue" git push origin your-branch-name
-
Open a Pull Request from your branch to the
mainbranch.
Thank you again for helping us improve the Hulo ecosystem! ❤️