diff --git a/.github/ISSUE_TEMPLATE/issue-template.md b/.github/ISSUE_TEMPLATE/issue-template.md new file mode 100644 index 0000000..5ab1d78 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/issue-template.md @@ -0,0 +1,31 @@ +--- +name: Issue template +about: 'Create a issue to help us improve ' + +--- + +**Attention** +>You can know almost all useage and questions in the [WIKI](https://github.com/Jay-Goo/RangeSeekBar/wiki), please confirm you have read them before you question! + +**Environment** + - Device: [Google Pixel2] + - OS: [6.0.1] + - Library Version: [2.0.2] + +**Description** +What's wrong with you ? + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**注意** +>你几乎可以从 [WIKI](https://github.com/Jay-Goo/RangeSeekBar/wiki)获取几乎所有的用法和常见问题, 在你提问之前请确认你已经看过以上内容! + +**环境** + - 设备: [Google Pixel2] + - 系统: [6.0.1] + - 库版本: [2.0.2] + +**描述** + +**截图** diff --git a/README.md b/README.md index 5d23612..e44df3d 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ } dependencies { - implementation 'com.github.Jay-Goo:RangeSeekBar:v2.0.1' + implementation 'com.github.Jay-Goo:RangeSeekBar:v2.0.2' } ``` @@ -60,7 +60,7 @@ If you want to know more attributes's usage , please to see [attrs](https://github.com/Jay-Goo/RangeSeekBar/blob/master/RangeSeekBar/src/main/res/values/attrs.xml) ## WIKI -You can know more information from [wiki](https://github.com/Jay-Goo/RangeSeekBar/wiki). +You can know more usage and information from [wiki](https://github.com/Jay-Goo/RangeSeekBar/wiki). ### [Attribute methods](https://github.com/Jay-Goo/RangeSeekBar/wiki/Attribute-methods) ### [FAQ](https://github.com/Jay-Goo/RangeSeekBar/wiki/FAQ) ### [Change Log](https://github.com/Jay-Goo/RangeSeekBar/wiki/ChangeLog) diff --git a/README_ZH.md b/README_ZH.md index e366a62..d85ad4a 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -28,7 +28,7 @@ } dependencies { -       implementation 'com.github.Jay-Goo:RangeSeekBar:v2.0.1' +       implementation 'com.github.Jay-Goo:RangeSeekBar:v2.0.2' } ```