Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
JinJieGu committed Jul 18, 2018
2 parents d99dd26 + 9b78f94 commit 39d943a
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 3 deletions.
31 changes: 31 additions & 0 deletions .github/ISSUE_TEMPLATE/issue-template.md
Original file line number Diff line number Diff line change
@@ -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]

**描述**

**截图**
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
}

dependencies {
implementation 'com.github.Jay-Goo:RangeSeekBar:v2.0.1'
implementation 'com.github.Jay-Goo:RangeSeekBar:v2.0.2'
}

```
Expand Down Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion README_ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
}

dependencies {
      implementation 'com.github.Jay-Goo:RangeSeekBar:v2.0.1'
      implementation 'com.github.Jay-Goo:RangeSeekBar:v2.0.2'
}

```
Expand Down

0 comments on commit 39d943a

Please sign in to comment.