|
@@ -1,5 +1,3 @@
|
|
|
-
|
|
|
-
|
|
|
**English** | [中文](./README.zh-CN.md)
|
|
|
|
|
|
## Feature
|
|
@@ -43,13 +41,13 @@ Open the project in Gitpod (free online dev environment for GitHub) and start co
|
|
|
|
|
|
pnpm install
|
|
|
|
|
|
-```
|
|
|
+````
|
|
|
|
|
|
- run
|
|
|
|
|
|
```bash
|
|
|
pnpm serve
|
|
|
-```
|
|
|
+````
|
|
|
|
|
|
- build
|
|
|
|
|
@@ -91,28 +89,15 @@ You are very welcome to join: add xxxxx'`
|
|
|
-4. Push your branch: `git push origin feat/xxxx`
|
|
|
-5. submit`pull request`
|
|
|
+2. Set up commit template: `git config commit.template .github/commit-template`
|
|
|
+3. Create your own branch: `git checkout -b feat/xxxx`
|
|
|
+4. Submit your changes: `git commit -am 'feat(function): add xxxxx'`
|
|
|
+5. Push your branch: `git push origin feat/xxxx`
|
|
|
+6. submit`pull request`
|
|
|
|
|
|
## Git Contribution submission specification
|
|
|
|
|
|
-- reference [vue](https://github.com/vuejs/vue/blob/dev/.github/COMMIT_CONVENTION.md) specification ([Angular](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-angular))
|
|
|
-
|
|
|
- - `feat` Add new features
|
|
|
- - `fix` Fix the problem/BUG
|
|
|
- - `style` The code style is related and does not affect the running result
|
|
|
- - `perf` Optimization/performance improvement
|
|
|
- - `refactor` Refactor
|
|
|
- - `revert` Undo edit
|
|
|
- - `test` Test related
|
|
|
- - `docs` Documentation/notes
|
|
|
- - `chore` Dependency update/scaffolding configuration modification etc.
|
|
|
- - `workflow` Workflow improvements
|
|
|
- - `ci` Continuous integration
|
|
|
- - `types` Type definition file changes
|
|
|
- - `wip` In development
|
|
|
+- details in .github/commit-template
|
|
|
|
|
|
## Related warehouse
|
|
|
|