Skip to content

Commit

Permalink
Improves issue template.
Browse files Browse the repository at this point in the history
  • Loading branch information
kzaher committed Oct 20, 2016
1 parent a778b10 commit ac52c21
Showing 1 changed file with 27 additions and 8 deletions.
35 changes: 27 additions & 8 deletions .github/ISSUE_TEMPLATE.md
Expand Up @@ -9,6 +9,14 @@

_description here_

**Expected outcome**:

_what you expect to happen goes here_

**What actually happens**:

_what actually happens goes here_

**Self contained code example that reproduces the issue**:

```swift
Expand All @@ -23,19 +31,30 @@
// * that it will reproduce the issue upon running
```

**Xcode version**:
**RxSwift/RxCocoa/RxBlocking/RxTest version/commit**

```
Xcode version goes here
```
_version or commit here_

**Expected outcome**:
**Platform/Environment**

_what you expect to happen goes here_
- [ ] iOS
- [ ] macOS
- [ ] tvOS
- [ ] watchOS
- [ ] playgrounds

**What actually happens**:
**How easy is to reproduce? (chances of successful reproduce after running the self contained code)**

_what actually happens goes here_
- [ ] easy, 100% repro
- [ ] sometimes, 10%-100%
- [ ] hard, 2% - 10%
- [ ] extremely hard, %0 - 2%

**Xcode version**:

```
Xcode version goes here
```

:warning: Fields below are optional for general issues or in case those questions aren't related to your issue, but filling them out will increase the chances of getting your issue resolved. :warning:

Expand Down

0 comments on commit ac52c21

Please sign in to comment.