From 6ac08a10074fc0822d538486b6923c7a3061156e Mon Sep 17 00:00:00 2001 From: Anton-Latukha Date: Tue, 29 Sep 2020 01:55:19 +0300 Subject: [PATCH] README: Issue Tracked Backlog: upd PR test phrasing, ecouraging --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 08d7f32..02c07e0 100644 --- a/README.md +++ b/README.md @@ -117,15 +117,14 @@ When issue looks interesting, look through the thread and comment on the ticket let others know you're working on it. You can chat with everyone participating in the project on [Gitter](https://gitter.im/haskell-nix/Lobby). -When you're ready to submit a pull request, test it with: +When pull request is ready to be submitted, to save time - please, test it with: ``` git submodule update --init --recursive nix-shell --run "LANGUAGE_TESTS=yes cabal v2-test" ``` -Make sure that all the tests that were passing prior to your PR are still -passing afterwards; it's OK if no new tests are passing. +Please, check that all the tests that were passing prior are still passing for the PR; it's OK if no new tests are passing. ### Evaluating Nixpkgs with HNix