Skip to content

Commit 54406e9

Browse files
author
junjie.miao
committed
add .github
1 parent 5e8ed9f commit 54406e9

File tree

3 files changed

+75
-0
lines changed

3 files changed

+75
-0
lines changed
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
name: "🕷️ Bug report Bug报告"
2+
description: "Report errors or unexpected behavior. 创建一个 Bug 报告以帮助我们改进。"
3+
labels:
4+
- bug
5+
body:
6+
- type: checkboxes
7+
attributes:
8+
label: "Please confirm before submission 在提交之前,请确认"
9+
options:
10+
- label: |
11+
I have searched for existing issues [search for existing issues](https://github.com/junjiem/dify-plugin-tools-dbquery/issues), including closed ones.
12+
我已经搜索了现有问题[搜索现有问题](https://github.com/junjiem/dify-plugin-tools-dbquery/issues),包括已关闭的问题。"
13+
required: true
14+
- type: input
15+
attributes:
16+
label: "Dify version Dify版本"
17+
validations:
18+
required: true
19+
- type: dropdown
20+
attributes:
21+
label: db_query or db_query_pre_auth
22+
description: Which plugin? 哪个插件?
23+
multiple: true
24+
options:
25+
- Database Query 数据库查询
26+
- Database Query (Pre-authorization) 数据库查询(预授权)
27+
validations:
28+
required: true
29+
- type: input
30+
attributes:
31+
label: "Plugin version 插件版本"
32+
validations:
33+
required: true
34+
- type: textarea
35+
attributes:
36+
label: "Problem description 问题描述"
37+
description: "Please describe the problem you have encountered clearly and concisely. 请清晰简洁地描述你遇到的问题。"
38+
validations:
39+
required: true

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: "\U0001F4E7 Discussions 讨论"
4+
url: https://github.com/junjiem/dify-plugin-tools-dbquery/discussions
5+
about: General discussions and request help. 一般性讨论和请求帮助。
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
name: "⭐ Feature or enhancement request 特性或增强请求"
2+
description: Propose something new. 提出一些新的建议。
3+
labels:
4+
- enhancement
5+
body:
6+
- type: checkboxes
7+
attributes:
8+
label: "Please confirm before submission 在提交之前,请确认"
9+
options:
10+
- label: |
11+
I have searched for existing issues [search for existing issues](https://github.com/junjiem/dify-plugin-tools-dbquery/issues), including closed ones.
12+
我已经搜索了现有问题[搜索现有问题](https://github.com/junjiem/dify-plugin-tools-dbquery/issues),包括已关闭的问题。"
13+
required: true
14+
- type: textarea
15+
attributes:
16+
label: Is this request related to a challenge you're experiencing? Tell me about your story. 这个请求与你正在经历的挑战有关吗?给我讲讲你的故事。
17+
placeholder: |
18+
Please describe the specific scenario or problem you're facing as clearly as possible. For instance "I was trying to use [feature] for [specific task], and [what happened]... It was frustrating because...."
19+
请尽可能清楚地描述你所面临的具体场景或问题。例如:“我试图将[功能]用于[特定任务],但[发生了什么]……这很令人沮丧,因为....”
20+
validations:
21+
required: true
22+
- type: checkboxes
23+
attributes:
24+
label: Can you help us with this feature? 你能帮我们实现这个功能吗?
25+
description: Let us know! This is not a commitment, but a starting point for collaboration. 让我们知道!这不是承诺,而是合作的起点。
26+
options:
27+
- label: I am interested in contributing to this feature. 我有兴趣为这个特性做贡献。
28+
required: false
29+
- type: markdown
30+
attributes:
31+
value: Please limit one request per issue. 请限制每个问题一个请求。

0 commit comments

Comments
 (0)