# Issue_PR **Repository Path**: zhangbin23/issue_-pr ## Basic Information - **Project Name**: Issue_PR - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-23 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## issue - 提供你的系统信息(发行版名字,版本号,浏览器等)。 - 提供你所使用的 Pro 版本。可以对比 github 上的版本列表页, 看看是否为最新版, 也许你的问题在新版本中已经修复了。 - 尽量详细描述你的问题,以及这个问题是如何出现的,最好能把 操作步骤大概说一下,以便我能重现这个问题。可以通过截图,录屏,浏览器`Console`报错等方式提交更多的信息。 - 超过 7 天未对 `Contributors` 的回复进行反馈的,默认将认为已解决关闭 Issue - **请使用提供的 Issue 模板格式发布** - **提问前请确认已经查找过** [Vue 文档](https://cn.vuejs.org/v2/guide/) | [Vue-Cli3](https://cli.vuejs.org/zh/guide/) | [Ant Design Vue](https://vue.ant.design/docs/vue/introduce-cn/) | [Webpack](https://webpack.docschina.org/configuration/) | [Cli3 完全配置例示](https://github.com/staven630/vue-cli3-config) ## pull request - 请不要修改项目的换行规格(重要) - 提交代码的基本格式请遵守 `.editorconfig` 和 `eslint` (提交前请用 `yarn run lint --no-fix`检查是否有 rules 未通过)如果未遵守,将直接关闭 pr - 配置 git config ``` git config core.autocrlf input ``` > 具体命令 `git config --global core.autocrlf input` - 提交的 pull request 请描述清楚做了什么改动 - 尽量遵循本项目 ``` commit message ``` 如下: - 修复 bug : fix: bug title (如果有 issue,请在结尾带 #issue 号) - 修复包管理信息: fix(package): move polyfills dependencie to dev - 新增功能: feat: add multi-tabs - 更新文档: docs: xxxx - 其他操作: chore: rename loadding -> loading - 重构代码: refactor: multi-tabs - **不合并:自有业务逻辑、无意义代码、格式化代码**