If you have problems with the presets or configs working, please post an Issue. A GitHub repository that can reproduce the issue would be greatly appreciated. Also, please include any relevant editor extension versions or settings that may be affected.
If you want to modify the code, fork the repository and create a pull request. Please follow the guidelines below.
- Please open an issue before creating a pull request.
- Fork the repository.
- Create a branch for your changes. Branch name should include the issue number.
- modify the code.
- commit your changes. We recommend to use conventional commit.
- Run
pnpm run build
at the root of the repository and ensure that there are no errors. - Run
pnpm run changeset
at the root of the repository and select the package you want to modify, then input your changes. - Congratulations! You are ready to create a pull request.
- You should include
closes #<issue number>
orfixes #<issue number>
in the pull request description. It will automatically close the issue when the pull request is merged.