Skip to content

Commit 1ae6e1a

Browse files
committed
修改协议和issue_template
1 parent 8a56574 commit 1ae6e1a

File tree

3 files changed

+706
-21
lines changed

3 files changed

+706
-21
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
name: 提交 Bug
3+
about: 提交 Bug 用于改进本项目
4+
title: ''
5+
labels: bug
6+
assignees: guanpengchn
7+
8+
---
9+
10+
**运行环境: **
11+
12+
|操作系统|浏览器|
13+
|---|---|
14+
|macOS|Chrome|
15+
16+
**Markdown文本内容:**
17+
18+
例如:默认文本
19+
20+
**错误详情:**
21+
22+
例如:块级公式转换错误,控制台报错A is undefined
+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
name: 新特性
3+
about: 有新特性的需要
4+
title: ''
5+
labels: feature
6+
assignees: guanpengchn
7+
8+
---
9+
10+
**新特性描述:**

0 commit comments

Comments
 (0)