diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 000000000..4d8e75cca --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,51 @@ +--- +name: Bug report +about: Create a report to help us improve + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Smartphone (please complete the following information):** + - Device: [e.g. iPhone6] + - OS: [e.g. iOS8.1] + - Browser [e.g. stock browser, safari] + - Version [e.g. 22] + +**Additional context** +Add any other context about the problem here. + +1. 尝试在[历史问题](https://github.com/CymChad/BaseRecyclerViewAdapterHelper/issues?q=is%3Aissue+is%3Aclosed)搜索答案。 +2. 尝试阅读[文档](http://www.jianshu.com/p/b343fcff51b0)找到答案。 +3. 尝试阅读[Demo](https://github.com/CymChad/BaseRecyclerViewAdapterHelper)找到答案。 +4. 尝试自己检查或试验以找到答案。 +5. 尝试阅读源代码以找到答案。 + +如果以上都尝试过了请提一个新的[issues](https://github.com/CymChad/BaseRecyclerViewAdapterHelper/issues/new) +参考[提問的智慧](https://github.com/FredWe/How-To-Ask-Questions-The-Smart-Way) + +如果还是没有找到答案,提问请带上这几个必要信息 +1. 当前使用的版本号 +2. 复现操作描述 +3. 使用代码 +3. crash日志 +4. gif复现效果 +5. 抽取demo + **将你出现的问题代码抽出来成一个可直接运行的项目。(最好fork[本库](https://github.com/CymChad/BaseRecyclerViewAdapterHelper)修改)** + **在本地修改demo,然后把commit push到github上,在issue里贴下demo的地址。** + +**有详细的描述才能使得我们更快速的定位问题并解决问题,感谢配合!**