From 32130410ee923a769d79eb60f099ff123037576b Mon Sep 17 00:00:00 2001 From: Charles7c Date: Sun, 5 May 2024 10:50:21 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BC=98=E5=8C=96=20GitHub=20Issue=20?= =?UTF-8?q?=E6=A8=A1=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitee/ISSUE_TEMPLATE.zh-CN.md | 46 ------------------- .gitee/PULL_REQUEST_TEMPLATE.zh-CN.md | 53 ---------------------- .github/ISSUE_TEMPLATE/bug_report.yml | 10 ++-- .github/ISSUE_TEMPLATE/feature_request.yml | 6 ++- README.md | 1 - 5 files changed, 12 insertions(+), 104 deletions(-) delete mode 100644 .gitee/ISSUE_TEMPLATE.zh-CN.md delete mode 100644 .gitee/PULL_REQUEST_TEMPLATE.zh-CN.md diff --git a/.gitee/ISSUE_TEMPLATE.zh-CN.md b/.gitee/ISSUE_TEMPLATE.zh-CN.md deleted file mode 100644 index b528f646..00000000 --- a/.gitee/ISSUE_TEMPLATE.zh-CN.md +++ /dev/null @@ -1,46 +0,0 @@ - - - - -## Issue 类型 - -- [ ] 缺陷报告(Bug) -- [ ] 需求建议(Feature) - -## Issue 描述 - - - -## 复现步骤(如果是提交 Feature Issue,请删除本项) - - - -## 预期结果(如果是提交 Feature Issue,请删除本项) - - - -## 环境信息(如果是提交 Feature Issue,请删除本项) - - - -## 解决方案(如果是提交 Bug Issue,请删除本项) - - - -## 替代方案(如果是提交 Bug Issue,请删除本项) - - - -## 额外补充 - - - - -## 提交前确认 - - - -- [ ] 阅读[文档](https://continew.top/admin/other/faq.html) -- [ ] 搜索是否有其他人提交过类似的 issue,如果对应 issue 尚未解决,您可以先订阅关注该 issue(为了方便后来者查找问题解决方法,请尽量避免创建重复的 issue) \ No newline at end of file diff --git a/.gitee/PULL_REQUEST_TEMPLATE.zh-CN.md b/.gitee/PULL_REQUEST_TEMPLATE.zh-CN.md deleted file mode 100644 index 1d7cdfa9..00000000 --- a/.gitee/PULL_REQUEST_TEMPLATE.zh-CN.md +++ /dev/null @@ -1,53 +0,0 @@ - - - - -## PR 类型 - - - - -- [ ] 新 feature -- [ ] Bug 修复 -- [ ] 功能增强 -- [ ] 文档变更 -- [ ] 代码样式变更 -- [ ] 重构 -- [ ] 性能改进 -- [ ] 单元测试 -- [ ] CI/CD -- [ ] 其他 - -## PR 目的 - - - -## 解决方案 - - - -## PR 测试 - - - - -## Changelog - -| 模块 | Changelog | Related issues | -|-----|-----------| -------------- | -| | | | - - - - -## 其他信息 - - - -## 提交前确认 - -- [ ] PR 代码经过了完整测试,并且通过了代码规范检查 -- [ ] 已经完整填写 Changelog,并链接到了相关 issues -- [ ] PR 代码将要提交到 dev 分支 \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index d177f713..7de2269c 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,6 +1,7 @@ name: "\U0001F41E Bug 报告" description: Create a report to help us improve -labels: ['bug: pending triage'] +title: "[Bug] " +labels: ["bug"] body: - type: markdown attributes: @@ -34,8 +35,11 @@ body: id: environment-info attributes: label: 环境信息 - description: 描述清楚您所使用的相关环境,例如:JDK 版本:1.8.0_202;框架版本:v1.0.0;其他可能与该 issue 相关的依赖版本。 - placeholder: JDK 版本, 框架版本等 + description: | + examples: + - **ContiNew Admin version(s)**: v3.0.1 + value: "ContiNew Admin version(s):" + render: markdown validations: required: true - type: textarea diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index c90081cd..ee3efb5e 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,5 +1,7 @@ name: "\U0001F680 新 Feature 建议" description: Suggest an idea for this project +title: "[Feature] " +labels: ["feature"] body: - type: markdown attributes: @@ -39,4 +41,6 @@ body: - label: 阅读[文档](https://continew.top/admin/intro/require.html) required: true - label: 搜索是否有其他人提交过类似的 issue,如果对应 issue 尚未解决,您可以先订阅关注该 issue(为了方便后来者查找问题解决方法,请尽量避免创建重复的 issue) - required: true \ No newline at end of file + required: true + - label: 您是否愿意为您提出的 Feature 提交 PR? + required: false \ No newline at end of file diff --git a/README.md b/README.md index c66d1e7a..17c22e55 100644 --- a/README.md +++ b/README.md @@ -343,7 +343,6 @@ continew-admin │ │ │ └─ util(公共工具类) │ │ └─ test(测试相关代码目录) │ └─ pom.xml -├─ .gitee(Gitee 相关配置目录,实际开发时直接删除) ├─ .github(GitHub 相关配置目录,实际开发时直接删除) ├─ .idea │ └─ icon.png(IDEA 项目图标,实际开发时直接删除)