This commit is contained in:
Eugene Pravda 2016-10-04 12:07:41 +03:00
commit b6a1249532
1 changed files with 43 additions and 0 deletions

43
.github/ISSUE_TEMPLATE.md vendored Normal file
View File

@ -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.