README: Issue Tracked Backlog: upd PR test phrasing, ecouraging

This commit is contained in:
Anton-Latukha 2020-09-29 01:55:19 +03:00
parent 3efb4d157b
commit 6ac08a1007
No known key found for this signature in database
GPG key ID: 3D84C07E91802E41

View file

@ -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 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). [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 git submodule update --init --recursive
nix-shell --run "LANGUAGE_TESTS=yes cabal v2-test" nix-shell --run "LANGUAGE_TESTS=yes cabal v2-test"
``` ```
Make sure that all the tests that were passing prior to your PR are still 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.
passing afterwards; it's OK if no new tests are passing.
### Evaluating Nixpkgs with HNix ### Evaluating Nixpkgs with HNix