Contributing guide
Guide for developers who want to contribute to Bot Ban Hang documentation and codebase.
Contribution workflow
- Fork the repo to your personal account
- Create a new branch from
main— name itfeature/<feature-name>orfix/<bug-description> - Code following the team's Code conventions
- Create a Pull Request with a clear description of changes
- Wait for review and merge
Documentation rules
- Write in Vietnamese, keep technical terms in English
- Each module/service has its own file
- Page structure: Description → API Endpoints → Request/Response → Examples
- Use code blocks with syntax highlighting
Docs environment setup
cd vn.merchant.docs
pnpm install
pnpm dev
Docs runs at http://localhost:3000.