Skip to content
This repository has been archived by the owner on Nov 25, 2019. It is now read-only.

Commit

Permalink
Create ISSUE_TEMPLATE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RafalFilipek committed Oct 12, 2017
1 parent 7297172 commit 4b531e6
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
<!--
Thanks for your interest in the project. I appreciate bugs filed and PRs submitted!
Please make sure that you are familiar with and follow the Code of Conduct for
this project (found in the CODE_OF_CONDUCT.md file).
Please fill out this template with all the relevant information so we can
understand what's going on and fix the issue.
I'll probably ask you to submit the fix (after giving some direction). If you've
never done that before, that's great! Check this free short video tutorial to
learn how: http://kcd.im/pull-request
-->

- `styled-props` version:

Relevant code.

```javascript

```


What you did:



What happened:

<!--
Please provide the full error message/screenshots/anything
If possible, please fork this sandbox and add a repoduction of your issue.
https://codesandbox.io/s/n5X21gBYR
-->

Reproduction:


<!--
Does it seem like the issue is only happening to you?
If this is the case, your best hope of a solution will be to
create a github repo that we can download and tinker with.
-->
Problem description:



Suggested solution:

0 comments on commit 4b531e6

Please sign in to comment.