From 4cb7d21a8fa01a4d361c21b41991cef0997951d9 Mon Sep 17 00:00:00 2001 From: khmarbaise Date: Sun, 6 Dec 2020 09:24:06 +0800 Subject: [PATCH] Add hint for contributors #265 (#266) Add hint for contributors #265 contributors should check via `make vet` as well before pushing. Signed-off-by: Karl Heinz Marbaise Reviewed-on: https://gitea.com/gitea/tea/pulls/266 Reviewed-by: Norwin Reviewed-by: techknowlogick Co-Authored-By: khmarbaise Co-Committed-By: khmarbaise --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index faee93c..d1826a1 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,7 @@ make Fork -> Patch -> Push -> Pull Request - `make test` run testsuite +- `make vet` run checks (check the order of imports; preventing failure on CI pipeline beforehand) - `make vendor` when adding new dependencies - ... (for other development tasks, check the `Makefile`)