This repository has been archived by the owner on May 14, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #224 from StevenLangbroek/issue_template
Add github issue template
- Loading branch information
Showing
1 changed file
with
47 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
<!-- | ||
🚨HOLD UP PLEASE, BEFORE DELETING THIS TEMPLATE!🚨😁 | ||
Thank you for contributing and please follow this guide before creating an issue! 🙌 | ||
1. Do you have a usage question? | ||
============================= | ||
- Look for prior or closed issues (but please avoid replying to them if they're old) | ||
- Check 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 | ||
2. Think you found a bug? | ||
============================= | ||
- Consider submitting a PR with a failing test instead | ||
- Use the "BUG TEMPLATE" below to report a test | ||
- Don't forget to 👉PROVIDE A REPRODUCTION PLEASE😉 (Codesandbox/Webpackbin links are provided, repositories are ok) | ||
- If you can't provide a reproduction, snippets of code can help, but are incomplete reports | ||
3. Do you have a feature request? | ||
============================= | ||
- Look for old & closed issues (replying might be ok if they're not too old or have no conclusion) | ||
- Otherwise: Remove the template 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 --> | ||
## Environment | ||
<!-- Please add your stylelint configurations to the `npmPackages` below, run this command inside your project and paste its contents here (it automatically copies to your clipboard) --> | ||
`npx envinfo --system --binaries --npmPackages stylelint,styled-components,stylelint-processor-styled-components,stylelint-config-styled-components,stylelint-config-recommended --markdown --clipboard` | ||
|
||
<!-- Of course it'd also be helpful if you could provide us with your `.stylelintrc`. --> | ||
|
||
## 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 | ||
|
||
## Expected Behavior | ||
|
||
## Actual Behavior |