From d494a50e94e2bb1747ef157fab8f976a0cead908 Mon Sep 17 00:00:00 2001 From: Alp Mestanogullari Date: Mon, 17 Sep 2018 17:09:52 +0200 Subject: [PATCH] CONTRIBUTING.md: ask contributors to leave the changelogs and package versions untouched --- CONTRIBUTING.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8c077db1..e1b5209c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -34,8 +34,7 @@ Some things we like: Though we aren't sticklers for style, the `.stylish-haskell.yaml` and `HLint.hs` files in the repository provide a good baseline for consistency. -Please include a description of the changes in your PR in the `CHANGELOG.md` of -the packages you've changed. And of course, write tests! +**Important**: please do not modify the changelog files nor the versions of the servant packages you are sending patches for. We take care of this before every release and do it uniformly for all the servant packages, so there's no need to worry about this for your pull requests. ## PR process