Skip to content

Commit 96a838b

Browse files
committed
增加issue模板
1 parent a47b4ca commit 96a838b

2 files changed

Lines changed: 33 additions & 1 deletion

File tree

.github/ISSUE_TEMPLATE.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<!--
2+
为了方便我们能够尽快重现、修复 bug或响应您的需求,请遵从下面的规范描述您的问题。
3+
-->
4+
### Request a feature or report a bug? [这是一个需求还是一个缺陷]
5+
6+
### One-line summary [问题简述]
7+
8+
### Version [产品及版本]
9+
+ iClient product (for leaflet,for openlayers,for mapboxgl,classic)[iClient 产品]:
10+
+ iClient version [iClient 版本]:
11+
+ Browser version [浏览器类型和版本]:
12+
+ OS Version [操作系统类型和版本]:
13+
14+
----------
15+
16+
## If this is a bug [如果这是一个缺陷]
17+
### Actual Behavior [当前现象]
18+
19+
### Expected Behavior [期望现象]
20+
21+
### Example of reproducing the issue [重现现象的例子]
22+
+ *For example: Screenshot or Online demo[例如,截图或线上实例 (JSFiddle/JSBin/Codepen)]*
23+
24+
----------
25+
26+
## If this is a feature request [如果这是一个需求]
27+
### What is motivation or use case for changing the behavior? [需求的场景和目的是什么?]
28+

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
# Package Files #
22
/node_modules
3-
/.idea
3+
/.idea
4+
/test/testcoverage
5+
/.history
6+
/docs
7+
/examples-test/reports

0 commit comments

Comments
 (0)