From 53bc31f8fb4b341d3b8a75c4857997682d6d535a Mon Sep 17 00:00:00 2001 From: Evan Jacobs Date: Mon, 13 Jan 2020 18:17:02 -0500 Subject: [PATCH] add note on TS --- .github/ISSUE_TEMPLATE.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index cf099908..cf743f9b 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -8,12 +8,13 @@ Thank you for contributing and please follow this guide before creating an issue - 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 +- Is this about Typescript? TS types are provided by DefinitelyTyped, all issues opened about TS will be closed and referred there. 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) +- Don't forget to 👉PROVIDE A REPRODUCTION PLEASE 😉 (Codesandbox links are provided and most useful, 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?