summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-03-29 16:11:58 -0400
committerBen Gamari <ben@well-typed.com>2019-03-31 16:35:15 -0400
commit392cf183fa46878085d5fdde0b459a22026bb29c (patch)
treee33127919f1d8904fa68aa5edf3bf5ac03b91798
parent1d237c8bc15505f7a724503a8c7a52687e75fc0b (diff)
downloadhaskell-wip/gitlab-merge-request-templates.tar.gz
gitlab: Add some simply issue templateswip/gitlab-merge-request-templates
-rw-r--r--.gitlab/issue_templates/bug.md24
1 files changed, 24 insertions, 0 deletions
diff --git a/.gitlab/issue_templates/bug.md b/.gitlab/issue_templates/bug.md
new file mode 100644
index 0000000000..231a10488d
--- /dev/null
+++ b/.gitlab/issue_templates/bug.md
@@ -0,0 +1,24 @@
+# Summary
+
+Write a brief description of the issue.
+
+# Steps to reproduce
+
+Please provide a set of concrete steps to reproduce the issue.
+
+# Expected behavior
+
+What do you expect the reproducer described above to do?
+
+# Environment
+
+* GHC version used:
+
+Optional:
+
+* Operating System:
+* System Architecture:
+
+
+/label %bug
+/label %"needs triage"