Update ISSUE_TEMPLATE.md

pull/138/head
skiffer-git 4 years ago committed by GitHub
parent 4eb799ddaa
commit 55217e5a61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,35 +1,40 @@
<!-- 提问前有看 常见 issues 和 历史 issues 吗?也许里面就有答案,节约你我时间!-->
<!-- 请将以下信息尽量提供完整,可以帮助框架维护者更快的定位错误,节约大家的时间,如果提问只有标题,没有提供其他有价值的信息,那你的 issues 有很大几率被直接 close!-->
<!-- Issues 有效周期是一个星期,如果在一个星期内提问者不回复作者以及维护者的消息,或者不积极配合作者以及维护者提供有效信息帮助解决 issues那作者和维护者有权利将此 issues 当作无效 issues 进行 close 处理,开源社区一定是大家一起维护才能繁荣昌盛,一定不要把自己当作一个消费者去使用开源项目,这样将没有人再愿意为你开源任何项目!-->
### Environment
- [x] Autosize Version: <!-- like: v0.7.0 -->
- [x] Target Android Version: <!-- like: Android 8.0 -->
- [x] Device Model: <!-- like: Nexus 6 -->
- [x] Device Resolution: <!-- like: 1080px * 1920px -->
- [x] Design Size On AndroidManifest: <!-- like: 360dp * 640dp -->
### Bug Description:
<!-- 提问前确定你看过 里面有此框架的原理,看完原理你才能更好的使用本框架-->
### Log:
<!-- 在日志中搜索 找到框架日志复制或截图 -->
```log
```
### Screenshot
<!-- 如果 View 显示有问题,最好提供页面截图-->
### Related Code:
```java
```
### Others:
---
name: 🐞 Bug
about: File a bug/issue
title: '[BUG] <title>'
labels: Bug, Needs Triage
assignees: ''
---
<!--
Note: Please search to see if an issue already exists for the bug you encountered.
-->
### Current Behavior:
<!-- A concise description of what you're experiencing. -->
### Expected Behavior:
<!-- A concise description of what you expected to happen. -->
### Steps To Reproduce:
<!--
Example: steps to reproduce the behavior:
1. In this environment...
2. With this config...
3. Run '...'
4. See error...
-->
### Environment:
<!--
Example:
- OS: Ubuntu 20.04
- Node: 13.14.0
- npm: 7.6.3
-->
### Anything else:
<!--
Links? References? Anything that will give us more context about the issue that you are encountering!
-->

Loading…
Cancel
Save