From 8bfb5425e337a630e774fdd83d710361e51d54db Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Tue, 22 Oct 2019 23:04:36 +0300 Subject: [PATCH] update PR template --- .github/PULL_REQUEST_TEMPLATE | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE b/.github/PULL_REQUEST_TEMPLATE index e7651ca6cc..d08b8a9528 100644 --- a/.github/PULL_REQUEST_TEMPLATE +++ b/.github/PULL_REQUEST_TEMPLATE @@ -20,10 +20,10 @@ fn test_foo() { If you are fixing a bug, please add a test that covers it. -Before submitting a PR, please run the tests with `make test`, and make sure V can still compile itself. Run this twice: +Before submitting a PR, please run the tests with `v test v`, and make sure V can still compile itself. Run this twice: -./v -o v compiler -./v -o v compiler +./v -o v v.v +./v -o v v.v I try to process PRs as soon as possible. They should be handled within 24 hours.