CONTRIBUTING-EN.md
Thank you for your interest in contributing to this project! To maintain high code quality and clear version management, please follow the steps below when submitting your changes.
Fork this repository to your own GitHub account.
git clone https://github.com/<your-username>/<repository-name>.git
cd <repository-name>
git checkout -b feature/your-feature-name
Recommended naming convention:
feature/xxxorfix/xxx, to easily distinguish between new features and bug fixes.
git add .
git commit -m "type: short description"
It’s recommended to follow the Conventional Commits specification to keep commit history clean and readable.
git push origin feature/your-feature-name
On GitHub, click New Pull Request.
The target branch must be the main branch of this repository.
Fill in the PR description: