We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
我们应秉持一种「相对克制、达意为先,促进应用,尽可能雅致」的翻译理念。
git checkout -b <your_branch_name>
... 进行您的修改工作
git commit
git push
为了避免您的编辑器有自带的 Lint 行为,对文档(尤其是示例代码)造成大面积的不必要更改, 请将下面的代码插入到您的 VSCode 设置文件 settings.json 中:
settings.json
"prettier.singleQuote": true, "prettier.semi": false, "prettier.trailingComma": "none"
我们会在 Review 评论中带上以下的 Tag 来给贡献者做提示。