diff options
author | Ben Gamari <ben@smart-cactus.org> | 2019-09-12 14:12:44 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-09-13 11:26:05 -0400 |
commit | c45c89d634d227476c5ef95f9ce9c4f3c8172d19 (patch) | |
tree | 288722bbd81ea4321fdf8e4052e7321b89bc7392 /.gitlab | |
parent | ccb4e646e0bd18d2664aeb1163ab2852b0844f2c (diff) | |
download | haskell-c45c89d634d227476c5ef95f9ce9c4f3c8172d19.tar.gz |
gitlab: Add issue template for documentation issues
Fixes #17180.
Diffstat (limited to '.gitlab')
-rw-r--r-- | .gitlab/issue_templates/documentation_issue.md | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/.gitlab/issue_templates/documentation_issue.md b/.gitlab/issue_templates/documentation_issue.md new file mode 100644 index 0000000000..03f32fb570 --- /dev/null +++ b/.gitlab/issue_templates/documentation_issue.md @@ -0,0 +1,22 @@ +## Summary + +Location of documentation issue: (e.g. the Haddocks of `base`, the GHC user's guide) + +Write a brief description of the issue. + + +## Proposed improvements or changes + +Feel free to propose changes, either concrete or abstract. + + +## Environment + +* GHC version used (if appropriate): + + + +/label ~bug +/label ~documentation +/label ~"needs triage" + |