Skip to content

Commit

Permalink
Update issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
galenlin committed Jun 21, 2017
1 parent c156593 commit 851395e
Showing 1 changed file with 12 additions and 23 deletions.
35 changes: 12 additions & 23 deletions ISSUE_TEMPLATE
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<!--
感谢使用 Small 插件化框架。
为方便问题追踪与定位,我们提供了本模板来方便您填写问题。
请确认您已阅读本模板段首的贡献指南,严格遵循其约定。
请填写本模板中 <!- -> 区间内的内容。
Small ISSUE 须知
1. 在 Preview 模式下阅读贡献指南,确认需要创建此 issue
2. 保留本模板除注释区间 <!- -> 内的其他全部内容
3. 删除 <!- -> 区块,填写自己的内容
4. 在 Preview 模式下预览内容格式,修改至满意后再提交
-->

- [x] 我已阅读并理解 **[贡献指南](https://github.com/wequick/Small/blob/master/贡献指南.md)**,严格遵循其约定。
Expand All @@ -11,34 +12,22 @@

## 你做了什么?

<!--
使问题重现的最后一根稻草(做了会出问题,不做就没问题)
比如:我在插件模块中使用了`DataBinding`. 我尝试了[...]方法,但结果是[...]
-->
<!-- 使问题重现的完整详细步骤,务必详细,否则重现不了没法改 -->

## 你期望的结果是什么?

<!--
预期中的结果。
比如:Small能够正确编译数据绑定,并正确运行。
-->
<!-- 预期中的结果。比如:Small能够正确编译数据绑定 -->

## 实际结果是什么?

<!--
填写实际发生的结果与详细的堆栈错误信息。
比如,“Small发生编译报错,报错信息如下:”,或者“Small发生运行报错,报错信息如下:”
为提高可读性,报错信息请使用 ``` 代码块区间包住。
特别地,编译报错信息,你需要添加 --stacktrace 参数来打印堆栈,
其中包含net.wequick.gradle包名下的错误。
-->
<!-- 格式务必先阅读贡献指南 -->

## Small环境

### Compile-time

<!-- 编译时环境,粘贴 ./gradlew small 输出开始 -->

### Compile-time

```
gradle-small plugin : 1.0.0-alpha2 (project)
small aar : 1.1.0-beta5 (project)
Expand All @@ -65,12 +54,12 @@

<!-- 编译时环境,粘贴 ./gradlew small 输出结束 -->

<!-- 运行时环境,当运行时crash提供 -->
<!-- 运行时环境,仅当运行时crash提供,编译就报错的删除掉下面这段 -->

### Runtime

```
Device : Samsung Nexus S
SDK : Android 7.0
ABI : armeabi-v7a
```
```

0 comments on commit 851395e

Please sign in to comment.