Skip to content

Commit

Permalink
Create ISSUE_TEMPLATE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
serejahh authored Oct 4, 2016
1 parent 9ff6314 commit 860f2d8
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# Report

> The more information you provide, the faster we can help you.
⚠️ Select what you want - **a feature request** or **report a bug**. Please remove the section you aren't interested in.

## A feature request

### What do you want to add?

> Please describe what you want to add to the component.
### How should it look like?

> Please add images.
## Report a bug

### What did you do?

> Please replace this with what you did.
### What did you expect to happen?

> Please replace this with what you expected to happen.
### What happened instead?

> Please replace this with what happened instead.
### Your Environment

- [ ] Version of the component: _insert here_
- [ ] Swift version: _insert here_
- [ ] iOS version: _insert here_
- [ ] Device: _insert here_
- [ ] Xcode version: _insert here_
- [ ] If you use Cocoapods: _run `pod env | pbcopy` and insert here_
- [ ] If you use Carthage: _run `carthage version | pbcopy` and insert here_

### Project that demonstrates the bug

> Please add a link to a project we can download that reproduces the bug.

0 comments on commit 860f2d8

Please sign in to comment.