From 09e29618e82813b726e66848c266676aafd819b8 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Thu, 11 Mar 2021 22:42:44 +0100 Subject: [PATCH] update --- .github/ISSUE_TEMPLATE/bug_report.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index a3c99c78a..c3096d0d5 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -20,7 +20,8 @@ Steps to reproduce the behavior: A clear and concise description of what you expected to happen. **Information about your setup:** -Please include the exact output of the Julia command `versioninfo()` as well as `import Pkg; Pkg.status(mode=PKGMODE_MANIFEST)`. +Please include the exact output of the Julia command `versioninfo()` +as well as `using Pkg; Pkg.status(mode=PKGMODE_MANIFEST)`. **Additional context** Add any other context about the problem here.