forked from luckyjolly/vue3-toimc-admin
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
122 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
<!-- | ||
首先,感谢你的贡献!😄 | ||
新特性请提交至 feature 分支,其余可提交至 master 分支。 | ||
在维护者审核通过后会合并。 | ||
请确保填写以下 pull request 的信息,谢谢!~ | ||
--> | ||
|
||
[[English Template / 英文模板](https://github.com/toimc-team/vue3-toimc-admin/blob/main/.github/PULL_REQUEST_TEMPLATE.md)] | ||
|
||
### 🤔 这个变动的性质是? | ||
|
||
- [ ] 新特性提交 | ||
- [ ] 日常 bug 修复 | ||
- [ ] 站点、文档改进 | ||
- [ ] 演示代码改进 | ||
- [ ] 组件样式/交互改进 | ||
- [ ] TypeScript 定义更新 | ||
- [ ] 包体积优化 | ||
- [ ] 性能优化 | ||
- [ ] 功能增强 | ||
- [ ] 国际化改进 | ||
- [ ] 重构 | ||
- [ ] 代码风格优化 | ||
- [ ] 测试用例 | ||
- [ ] 分支合并 | ||
- [ ] 其他改动(是关于什么的改动?) | ||
|
||
### 🔗 相关 Issue | ||
|
||
<!-- | ||
1. 描述相关需求的来源,如相关的 issue 讨论链接。 | ||
--> | ||
|
||
### 💡 需求背景和解决方案 | ||
|
||
<!-- | ||
1. 要解决的具体问题。 | ||
2. 列出最终的 API 实现和用法。 | ||
3. 涉及UI/交互变动需要有截图或 GIF。 | ||
--> | ||
|
||
### 📝 更新日志 | ||
|
||
<!-- | ||
从用户角度描述具体变化,以及可能的 breaking change 和其他风险。 | ||
--> | ||
|
||
| 语言 | 更新描述 | | ||
| ------- | -------- | | ||
| 🇺🇸 英文 | | | ||
| 🇨🇳 中文 | | | ||
|
||
### ☑️ 请求合并前的自查清单 | ||
|
||
⚠️ 请自检并全部**勾选全部选项**。⚠️ | ||
|
||
- [ ] 文档已补充或无须补充 | ||
- [ ] 代码演示已提供或无须提供 | ||
- [ ] TypeScript 定义已补充或无须补充 | ||
- [ ] Changelog 已提供或无须提供 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,61 @@ | ||
### `General` | ||
|
||
> ✏️ Mark the necessary items without changing the structure of the PR template. | ||
- [ ] Pull request template structure not broken | ||
|
||
### `Type` | ||
|
||
> ℹ️ What types of changes does your code introduce? | ||
> 👉 _Put an `x` in the boxes that apply_ | ||
- [ ] Bug fix (non-breaking change which fixes an issue) | ||
- [ ] New feature (non-breaking change which adds functionality) | ||
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) | ||
- [ ] This change requires a documentation update | ||
|
||
### `Checklist` | ||
|
||
> ℹ️ Check all checkboxes - this will indicate that you have done everything in accordance with the rules in [CONTRIBUTING](contributing.md). | ||
> 👉 _Put an `x` in the boxes that apply._ | ||
- [ ] My code follows the style guidelines of this project | ||
- [ ] Is the code format correct | ||
- [ ] Is the git submission information standard? | ||
- [ ] My code follows the style guidelines of this project | ||
- [ ] I have performed a self-review of my own code | ||
- [ ] I have commented my code, particularly in hard-to-understand areas | ||
- [ ] I have made corresponding changes to the documentation | ||
- [ ] My changes generate no new warnings | ||
- [ ] I have added tests that prove my fix is effective or that my feature works | ||
- [ ] New and existing unit tests pass locally with my changes | ||
- [ ] Any dependent changes have been merged and published in downstream modules | ||
<!-- | ||
First of all, thank you for your contribution! 😄 | ||
New feature please send a pull request to feature branch, and rest to master branch. | ||
Pull requests will be merged after one of the collaborators approve. | ||
Please makes sure that these forms are filled before submitting your pull request, thank you! | ||
--> | ||
|
||
[[中文版模板 / Chinese template](https://github.com/toimc-team/vue3-toimc-admin/blob/main/.github/PULL_REQUEST_TEMPLATE/pr_cn.md)] | ||
|
||
### 🤔 This is a ... | ||
|
||
- [ ] New feature | ||
- [ ] Bug fix | ||
- [ ] Site / documentation update | ||
- [ ] Demo update | ||
- [ ] Component style update | ||
- [ ] TypeScript definition update | ||
- [ ] Bundle size optimization | ||
- [ ] Performance optimization | ||
- [ ] Enhancement feature | ||
- [ ] Internationalization | ||
- [ ] Refactoring | ||
- [ ] Code style optimization | ||
- [ ] Test Case | ||
- [ ] Branch merge | ||
- [ ] Other (about what?) | ||
|
||
### 🔗 Related issue link | ||
|
||
<!-- | ||
1. Describe the source of requirement, like related issue link. | ||
--> | ||
|
||
### 💡 Background and solution | ||
|
||
<!-- | ||
1. Describe the problem and the scenario. | ||
2. GIF or snapshot should be provided if includes UI/interactive modification. | ||
3. How to fix the problem, and list final API implementation and usage sample if that is a new feature. | ||
--> | ||
|
||
### 📝 Changelog | ||
|
||
<!-- | ||
Describe changes from the user side, and list all potential break changes or other risks. | ||
---> | ||
|
||
| Language | Changelog | | ||
| ---------- | --------- | | ||
| 🇺🇸 English | | | ||
| 🇨🇳 Chinese | | | ||
|
||
### ☑️ Self Check before Merge | ||
|
||
⚠️ Please check all items below before review. ⚠️ | ||
|
||
- [ ] Doc is updated/provided or not needed | ||
- [ ] Demo is updated/provided or not needed | ||
- [ ] TypeScript definition is updated/provided or not needed | ||
- [ ] Changelog is provided or not needed |