diff options
author | Adam Sandberg Eriksson <adam@sandbergericsson.se> | 2020-02-18 05:59:11 -0500 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-02-20 21:23:31 -0500 |
commit | a533e54722ec2ec22ef598e07dcfe6c9e84d2602 (patch) | |
tree | b1fa2b31946af07e32fe14d277d0640c1f2252b2 /.gitlab | |
parent | 4e622fcabb30ab7f3836bfc5739747b5608bef43 (diff) | |
download | haskell-a533e54722ec2ec22ef598e07dcfe6c9e84d2602.tar.gz |
Mention users guide and release notes in merge request template
Diffstat (limited to '.gitlab')
-rw-r--r-- | .gitlab/merge_request_templates/merge-request.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.gitlab/merge_request_templates/merge-request.md b/.gitlab/merge_request_templates/merge-request.md index 7225eaba9b..3bd30a45b0 100644 --- a/.gitlab/merge_request_templates/merge-request.md +++ b/.gitlab/merge_request_templates/merge-request.md @@ -9,10 +9,11 @@ Please take a few moments to verify that your commits fulfill the following: * [ ] have added source comments describing your change. For larger changes you likely should add a [Note][notes] and cross-reference it from the relevant places. - * [ ] add a [testcase to the - testsuite](https://gitlab.haskell.org/ghc/ghc/wikis/building/running-tests/adding). + * [ ] 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. + * [ ] updates the users guide if applicable + * [ ] mentions new features in the release notes for the next release 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 |