Skip to content

Commit

Permalink
Merge pull request styled-components#971 from styled-components/updat…
Browse files Browse the repository at this point in the history
…e/issue-template

Update ISSUE_TEMPLATE
  • Loading branch information
mxstbr authored Jul 5, 2017
2 parents 772cf32 + 6e9afcd commit 96afe68
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,30 +3,38 @@ Thank you for contributing!
Have a usage question?
======================
The issue tracker isn't the best place for usage questions. This format is not well-suited for Q&A, and questions here don't have as much visibility as they do elsewhere. Before you ask a question, here are some resources to get help first:
Please search for old issues before creating a new one for your question. If it's a simple usage question, be aware that this isn't the best place to ask, and people will have a hard time finding your question as well. Before you ask a question, here are some resources to get help first:
- Read the docs: https://www.styled-components.com/docs
- Look for/ask questions on stack overflow: https://stackoverflow.com/questions/ask?tags=styled-components
- Start a thread on our Spectrum help channel: https://spectrum.chat/styled-components/help
- Ask in chat: https://gitter.im/styled-components/styled-components
Think you found a bug?
======================
*The best bug report is a failing test in the repository as a pull request.* (otherwise, please use the "BUG REPORT" template below and provide a reproduction.)
The best bug report is a failing test in the repository as a pull request.
Otherwise, please use the "BUG REPORT" template below and provide a reproduction.
A reproduction might be a snippet of code, or a webpackbin/codesandbox link, or even a repository.
Have a feature request?
=======================
Remove the template from below and provide thoughtful commentary *and code samples* on what this feature means for your product. What will it allow you to do that you can't do today? How will it make current work-arounds straightforward? What potential bugs and edge cases does it help to avoid? etc. Please keep it product-centric.
Remove the template from below and provide thoughtful commentary *and code samples* on what this feature means for your product.
What will it allow you to do that you can't do today?
How will it make current work-arounds straightforward?
What potential bugs and edge cases does it help to avoid?
Please keep it product-centric.
-->

<!-- BUG TEMPLATE -->
## Version
1.0.5
2.1.0
<!-- Please add the babel-plugin-styled-components version and options if applicable -->

## Reproduction

<!-- If you can't reproduce your bug, make sure to add details on how you've set up your project -->
https://www.webpackbin.com/bins/-KeeZCr0xKfutOfOujxN
https://codesandbox.io/s/rkmNRByE4

## Steps to reproduce

Expand Down

0 comments on commit 96afe68

Please sign in to comment.