Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Latest commit

 

History

History
executable file
·
11 lines (11 loc) · 2.21 KB

ISSUE_NAMING.md

File metadata and controls

executable file
·
11 lines (11 loc) · 2.21 KB
issue title example issue label issue number
(generated)
branchname
#number-label-title
commit scope
app or module_name
commit subject
<type = label>(): <subject = title>
Build application build 1 1-build-build-application app build(app): Build application
Update package ci 2 2-ci-update-packages app ci(app): Update packages
Update readme docs 3 3-docs-update-readme app docs(app): Update readme
Add data module feat 4 4-feat-add-data-module data feat(data): Add data module
Fix relation service fix 5 5-fix-fix-relatoin-service app fix(app): Fix relation service
Improve upload image perf 6 6-perf-improve-upload-image app perf(app): Improve upload image
Refactor data service refactor 7 7-refactor-refactor-data-service data refactor(data): Refactor data service
Update code style 8 8-style-update-code app style(app): Update code
Test data module test 9 9-test-test-data-module data test(data): Test data module