Skip to content

Commit

Permalink
chore: 优化 GitHub Issue 模板
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles7c committed May 5, 2024
1 parent a3cf39f commit fb441dc
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 104 deletions.
46 changes: 0 additions & 46 deletions .gitee/ISSUE_TEMPLATE.zh-CN.md

This file was deleted.

53 changes: 0 additions & 53 deletions .gitee/PULL_REQUEST_TEMPLATE.zh-CN.md

This file was deleted.

10 changes: 7 additions & 3 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -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
Expand Down
6 changes: 5 additions & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: "\U0001F680 新 Feature 建议"
description: Suggest an idea for this project
title: "[Feature] "
labels: ["feature"]
body:
- type: markdown
attributes:
Expand Down Expand Up @@ -39,4 +41,6 @@ body:
- label: 阅读[文档](https://continew.top/admin/intro/require.html)
required: true
- label: 搜索是否有其他人提交过类似的 issue,如果对应 issue 尚未解决,您可以先订阅关注该 issue(为了方便后来者查找问题解决方法,请尽量避免创建重复的 issue)
required: true
required: true
- label: 您是否愿意为您提出的 Feature 提交 PR?
required: false
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,6 @@ continew-admin
│ │ │ └─ util(公共工具类)
│ │ └─ test(测试相关代码目录)
│ └─ pom.xml
├─ .gitee(Gitee 相关配置目录,实际开发时直接删除)
├─ .github(GitHub 相关配置目录,实际开发时直接删除)
├─ .idea
│ └─ icon.png(IDEA 项目图标,实际开发时直接删除)
Expand Down

0 comments on commit fb441dc

Please sign in to comment.