From 860f2d85f531e7afa372d9050800364b06964c48 Mon Sep 17 00:00:00 2001 From: Serhii Butenko Date: Tue, 4 Oct 2016 08:33:38 +0300 Subject: [PATCH] Create ISSUE_TEMPLATE.md --- .github/ISSUE_TEMPLATE.md | 43 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..04ad2a6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -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.