A social application
featAdd new featuresfixFix the problem/BUGstyleThe code style is related and does not affect the running resultperfOptimization/performance improvementrefactorRefactorrevertUndo edittestTest relateddocsDocumentation/noteschoreDependency update/scaffolding configuration modification etc.workflowWorkflow improvementsciContinuous integrationtypesType definition file changeswipIn development
You are very welcome to join!Raise an issue Or submit a Pull Request。
Pull Request:
- Fork code!
 - Create your own branch: 
git checkout -b feat/xxxx - Submit your changes: 
git commit -am 'feat(function): add xxxxx' - Push your branch: 
git push origin feat/xxxx - submit
pull request 
Thanks to JetBrains for supporting open source projects!