about summary refs log tree commit diff
path: root/third_party/bazel/rules_haskell/.github/ISSUE_TEMPLATE/bug_report.md
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/bazel/rules_haskell/.github/ISSUE_TEMPLATE/bug_report.md')
-rw-r--r--third_party/bazel/rules_haskell/.github/ISSUE_TEMPLATE/bug_report.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/third_party/bazel/rules_haskell/.github/ISSUE_TEMPLATE/bug_report.md b/third_party/bazel/rules_haskell/.github/ISSUE_TEMPLATE/bug_report.md
new file mode 100644
index 0000000000..0dc93d4526
--- /dev/null
+++ b/third_party/bazel/rules_haskell/.github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,23 @@
+---
+name: Bug report
+about: Create a bug report to help us fix it.
+labels: 'type: bug'
+
+---
+
+**Describe the bug**
+A clear and concise description of what the bug is.
+
+**To Reproduce**
+Steps to reproduce the behavior.
+
+**Expected behavior**
+A clear and concise description of what you expected to happen.
+
+**Environment**
+ - OS name + version:
+ - Bazel version:
+ - Version of the rules:
+
+**Additional context**
+Add any other context about the problem here.