diff options
author | Ben Gamari <ben@smart-cactus.org> | 2019-03-29 16:11:58 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-04-01 03:32:34 -0400 |
commit | 55650d147bce7cd005327ebd5807fe2851a4e2e1 (patch) | |
tree | 09bc03a3e4cfdaf6ed37e46c768584e570d327ea /.gitlab/issue_templates | |
parent | 1e9e4197f1a8b6b53483bd984d241b0f2922a5bf (diff) | |
download | haskell-55650d147bce7cd005327ebd5807fe2851a4e2e1.tar.gz |
gitlab: Add some simply issue templates
Diffstat (limited to '.gitlab/issue_templates')
-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" |