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
hackiftekhar committed Jul 7, 2018
2 parents 1f15e02 + 0c57291 commit 608c2fd
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 25 deletions.
34 changes: 34 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
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.

**Demo Project**
If applicable, add demo project.

### Versions
**Xcode:** x.x
**Mac OS:** xx.xx.x
**Simulator/Device:** xx.x
**Simulator/Device Name:** iPhone xx
**Library Version:** x.x.x

**Additional context**
Add any other context about the problem here.
47 changes: 22 additions & 25 deletions ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,28 @@
### Description
**Describe the bug**
A clear and concise description of what the bug is.

[Description of the issue]
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

### Steps to Reproduce
**Expected behavior**
A clear and concise description of what you expected to happen.

1. [First Step]
2. [Second Step]
3. [and so on...]
**Screenshots**
If applicable, add screenshots to help explain your problem.

**Expected behavior:** [What you expect to happen]

**Actual behavior:** [What actually happens]

**Reproduces how often:** [What percentage of the time does it reproduce?]
**Demo Project**
If applicable, add demo project.

### Versions

**Xcode:** 9.2

**Mac OS:** 10.12.0

**Simulator/Device:** 11.2

**Simulator/Device Name:** iPhone 5s

**Library Version:** 5.0.7

### Additional Information

Any additional information, configuration or data that might be necessary to reproduce the issue.
**Xcode:** x.x
**Mac OS:** xx.xx.x
**Simulator/Device:** xx.x
**Simulator/Device Name:** iPhone xx
**Library Version:** x.x.x

**Additional context**
Add any other context about the problem here.

0 comments on commit 608c2fd

Please sign in to comment.