summaryrefslogtreecommitdiff
path: root/@linaria/.github/ISSUE_TEMPLATE/bug_report.md
diff options
context:
space:
mode:
Diffstat (limited to '@linaria/.github/ISSUE_TEMPLATE/bug_report.md')
-rw-r--r--@linaria/.github/ISSUE_TEMPLATE/bug_report.md38
1 files changed, 38 insertions, 0 deletions
diff --git a/@linaria/.github/ISSUE_TEMPLATE/bug_report.md b/@linaria/.github/ISSUE_TEMPLATE/bug_report.md
new file mode 100644
index 0000000..90f5efc
--- /dev/null
+++ b/@linaria/.github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,38 @@
+---
+name: '🐛 Report a bug'
+about: 'Report a reproducible bug or reproducible regression.'
+labels: 'bug report 🦗, needs: triage 🏷, needs: complete repro 🖥️'
+
+---
+
+## Environment
+
+<!--
+All necessary environmental info that will help triage this
+-->
+
+<!--
+Especially include:
+-->
+
+- Linaria version:
+- Bundler (+ version):
+- Node.js version:
+- OS:
+
+## Description
+
+<!--
+Describe your issue in detail.
+Include screenshots if needed.
+If this is a regression, let us know.
+-->
+
+## Reproducible Demo
+
+<!--
+ Let us know how to reproduce the issue.
+ Include a code sample or share a project that reproduces the issue.
+ Please include you tooling setup eg. webpack config for webpack
+ Please follow the guidelines for providing a minimal example: https://stackoverflow.com/help/mcve.
+-->