Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.91 KB

README-EN.md

File metadata and controls

34 lines (22 loc) · 1.91 KB

中文 | English

🚀ctguqmx-git-study

Introduction and specification submission and testing cooperative testing code review conflict resolution participation in open source
[☁️](./Lv1Introduction to Little White) [💻](./Lv2Submit test) [💾](./Lv3Introduction to Little White) [🎨](./Lv4Introduction to Little White) [🔧](./Lv5Introduction to Little White) [🐍](./Lv6Introduction to Little White)

☁️ Warehouse Usage Guide

## Development specification **1.Common submission reference * *: the following example must be referred to for the comment information of commit
feat:New XXX features

fix:Repair XXX function. If it is a repair issue, remember to note the issue number

docs:Modify document;

refactor:Code refactoring without adding any functions and fixing any bugs;

test:Modification of test cases;

2. Based on plug-in specification submission

  • Global installationcommitizen (frame): npm install commitizen -g
  • Use the plug-in in the project directory commitizen init cz-conventional-changelog --save --save-exact
  • Use git cz Replace previous git commitAt this time, the plug-in will ask you to submit according to the specification