From 894a3e54ca002f2296a91de3d07685f8b121b113 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Mon, 11 May 2020 11:14:34 -0700 Subject: [PATCH] Update --bug-report.md --- .github/ISSUE_TEMPLATE/--bug-report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/--bug-report.md b/.github/ISSUE_TEMPLATE/--bug-report.md index f430908d..500b606b 100644 --- a/.github/ISSUE_TEMPLATE/--bug-report.md +++ b/.github/ISSUE_TEMPLATE/--bug-report.md @@ -10,7 +10,7 @@ assignees: '' Before submitting a bug report, please ensure that you are using the latest versions of: - Python - PyTorch - - This repository (run `git status -uno` to check and `git pull` to update) + - This repository (run `git fetch && git status -uno` to check and `git pull` to update) **Your issue must be reproducible on a public dataset (i.e COCO) using the latest version of the repository, and you must supply code to reproduce, or we can not help you.**