# dd-application-template **Repository Path**: open-dingtalk/dd-application-template ## Basic Information - **Project Name**: dd-application-template - **Description**: 钉钉前端应用代码模版,如会议室预定小程序,工作台组件等。 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: develop - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 7 - **Created**: 2021-07-20 - **Last Updated**: 2025-08-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # dd-application-template 钉钉应用开发模版 ## 开发须知 默认分支develop,作为开发分支 产品分支master,需要发布时执行git rebase develop && git push 新建分支,开发时务必基于develop新建分支,名称格式feature/{describe}, hotfix/{describe}