diff options
author | Ben Gamari <ben@smart-cactus.org> | 2019-04-01 19:15:48 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2019-04-01 19:16:25 -0400 |
commit | e5c21ca9dfcd7ff3b382f557a91c50c0a45e4330 (patch) | |
tree | 844affa4d704fc11df05d5e2423cd2f3ecaa7533 /.gitlab/merge_request_templates | |
parent | 1e52054bab20f28c7447fe80dad5353e71cea774 (diff) | |
download | haskell-e5c21ca9dfcd7ff3b382f557a91c50c0a45e4330.tar.gz |
gitlab: Mention ~"user facing" label
Diffstat (limited to '.gitlab/merge_request_templates')
-rw-r--r-- | .gitlab/merge_request_templates/merge-request.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab/merge_request_templates/merge-request.md b/.gitlab/merge_request_templates/merge-request.md index 4bc74a4228..7225eaba9b 100644 --- a/.gitlab/merge_request_templates/merge-request.md +++ b/.gitlab/merge_request_templates/merge-request.md @@ -11,6 +11,8 @@ Please take a few moments to verify that your commits fulfill the following: places. * [ ] add a [testcase to the testsuite](https://gitlab.haskell.org/ghc/ghc/wikis/building/running-tests/adding). + * [ ] if your MR affects library interfaces (e.g. changes `base`) please add + the ~"user facing" label. If you have any questions don't hesitate to open your merge request and inquire in a comment. If your patch isn't quite done yet please do add prefix your MR |