-
Notifications
You must be signed in to change notification settings - Fork 81
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
1 parent
775b087
commit 44c7ab4
Showing
9 changed files
with
98 additions
and
35 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,43 @@ | ||
<!-- | ||
Thank you for your pull request. Please review below requirements. | ||
Bug fixes and new features should include tests and possibly benchmarks. | ||
--> | ||
|
||
### 🤔 这个变动的性质是? | ||
|
||
- [ ] 🚀 新特性提交 | ||
- [ ] 🐛 bug 修复 | ||
- [ ] 📚 站点、文档改进 | ||
- [ ] 🚑 更新 | ||
- [ ] 🎨 样式/交互修改 | ||
- [ ] ⚡️ 优化 | ||
- [ ] ♻️ 重构 | ||
- [ ] ✅ 测试用例 | ||
- [ ] 🔨 工作流 | ||
- [ ] 📦️ 版本更新 | ||
- [ ] 其他改动(是关于什么的改动?) | ||
|
||
### 🔗 相关 Issue | ||
|
||
<!-- | ||
1. 描述相关需求的来源,如相关的 issue 讨论链接。 | ||
2. 例如 close #xxxx、 fixed #xxxx | ||
--> | ||
|
||
### 💡 需求背景和解决方案 | ||
|
||
<!-- | ||
1. 要解决的具体问题。 | ||
2. 列出最终的 API 实现和用法。 | ||
--> | ||
|
||
### ☑️ 请求合并前的自查清单 | ||
|
||
⚠️ 请自检并全部**勾选全部选项**。⚠️ | ||
|
||
- [ ] 文档已补充或无须补充 | ||
- [ ] 代码演示已提供或无须提供 | ||
- [ ] 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 |
---|---|---|
@@ -0,0 +1,27 @@ | ||
changelog: | ||
exclude: | ||
authors: | ||
# Ignore the release PR created by github-actions | ||
- github-actions | ||
labels: | ||
- ignore-for-release | ||
- pr(chore) | ||
categories: | ||
- title: Breaking Changes 🍭 | ||
labels: | ||
- "change: breaking" | ||
- title: New Features 🎉 | ||
labels: | ||
- "change: feat" | ||
- title: Performance 🚀 | ||
labels: | ||
- "change: perf" | ||
- title: Bug Fixes 🐞 | ||
labels: | ||
- "change: fix" | ||
- title: Document 📖 | ||
labels: | ||
- "change: docs" | ||
- title: Other Changes | ||
labels: | ||
- "*" |
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,6 @@ | ||
{ | ||
"$schema": "https://docs.renovatebot.com/renovate-schema.json", | ||
"extends": ["config:base", "schedule:monthly", "group:allNonMajor"], | ||
"rangeStrategy": "bump", | ||
"packageRules": [{ "depTypeList": ["peerDependencies"], "enabled": false }] | ||
} |
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
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
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
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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.