diff options
Diffstat (limited to '.gitlab')
-rw-r--r-- | .gitlab/issue_templates/bug.md | 24 |
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" |