Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nei1ee/contribute
https://github.com/nei1ee/contribute
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nei1ee/contribute
- Owner: nei1ee
- Created: 2022-10-01T14:16:14.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-01T14:17:23.000Z (about 2 years ago)
- Last Synced: 2024-10-11T08:02:24.309Z (about 1 month ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# contribute
## 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