Skip to content

Commit 7e26932

Browse files
authored
补充 issue 与 pr 模板 (#8)
1 parent b366aea commit 7e26932

5 files changed

+74
-0
lines changed

.github/ISSUE_TEMPLATE/config.yml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: 📜 官方文档 | GO Ldap Admin Doc
4+
url: http://ldapdoc.eryajf.net
5+
about: 关于项目的功能用法以及设计考量,都会在官网进行呈现,提交问题之前,请先阅读官方文档,如果还不能满足,则再提问题。
6+
- name: 👀 Github论坛 | GitHub Discussions
7+
url: https://github.com/eryajf/go-ldap-admin/discussions
8+
about: 如果您的问题不是功能或者错误,请转到讨论面板并在提交之前检索您的问题是否已经存在。
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
name: 🐛 错误报告 | Bug Report
3+
about: 请详细描述您使用过程中遇到的问题。| Please describe in detail the problems you encountered in the process of using.
4+
title: "🐛 一些问题。。。 | [Bug] Some problem..."
5+
labels: ["bug"]
6+
---
7+
8+
<!-- 请在您提交 bug 之前,回答以下这些问题。 | Please answer these questions before you submit a bug. -->
9+
10+
#### 您使用的版本? | Your usage version?
11+
12+
#### 您使用的场景? | Your usage scenarios?
13+
14+
#### 您做了什么操作? | What did you do?
15+
16+
#### 您遇到了什么问题? | What are your problems?
17+
18+
#### 您期望的结果是怎样的? | What is your expected outcome?
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
name: 🚀 功能请求 | Feature Request
3+
about: 请详细描述您期望的功能。 | Please describe in detail the features you expect.
4+
title: "🚀 一些功能。。。 | [Feature]Some feature..."
5+
labels: ["enhancement"]
6+
---
7+
8+
<!-- 请在您提交期望的功能之前,回答以下这些问题。 | Please answer these questions before you submit the desired feature. -->
9+
10+
#### 您使用的场景? | 1. Your usage scenarios?
11+
12+
#### 您期望的结果是怎样的? | 2. What is your expected outcome?
+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
name: 🙋 问题交流 | Question Report
3+
about: 在文档或讨论中没有回答的使用问题 | Usage question that isn't answered in docs or discussion
4+
title: "🙋 问题交流。。。 | [Question] Some question..."
5+
labels: ["question"]
6+
---
7+
8+
## Question Report
9+
10+
- 搜索打开和关闭的 [GitHub 问题](https://github.com/eryajf/go-ldap-admin/issues)
11+
12+
请在提交问题之前回答这些问题,谢谢。 | Please answer these questions before submitting them. Thank you.
13+
14+
### 你使用了哪个版本? | Which version did you use?
15+
16+
### 预期行为 | Expected behavior
17+
18+
### 实际行为 | Actual behavior
19+
20+
### 原因分析(如果可以) | Cause analysis (if possible)
21+
22+
### 问题重现步骤 | Steps to reproduce the problem

.github/pull-request-template.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<!-- 请务必在创建PR前,在右侧 Labels 选项中加上label的其中一个: [feature]、[fix]、[documentation] 。以便于Actions自动生成Releases时自动对PR进行归类。-->
2+
3+
**在提出此拉取请求时,我确认了以下几点(请复选框):**
4+
5+
- [ ] 我已阅读并理解[贡献者指南]()
6+
- [ ] 我已检查没有与此请求重复的拉取请求。
7+
- [ ] 我已经考虑过,并确认这份呈件对其他人很有价值。
8+
- [ ] 我接受此提交可能不会被使用,并根据维护人员的意愿关闭拉取请求。
9+
10+
**填写PR内容:**
11+
12+
-
13+
-
14+
-

0 commit comments

Comments
 (0)