diff options
author | Ben Gamari <ben@smart-cactus.org> | 2019-09-12 14:12:44 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2019-09-12 18:23:39 -0400 |
commit | 0d9bf1754ad57187b4ed698e588f3986b3e94d96 (patch) | |
tree | 6ac10a6f82db3a1ef923f848d1e4ea90817f68e2 | |
parent | 7ef6fe8f70156581ce8e370a90975fb96f98783a (diff) | |
download | haskell-wip/doc-issue-template.tar.gz |
gitlab: Add issue template for documentation issueswip/doc-issue-template
Fixes #17180.
-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" + |