From 2a483531a4dfbb2da8d8900837b2199f332e56e7 Mon Sep 17 00:00:00 2001 From: Chris Gillespie <6572184+gillespiecd@users.noreply.github.com> Date: Fri, 18 Dec 2020 21:25:32 -0800 Subject: [PATCH] Bug report uses version command (#2797) --- .github/ISSUE_TEMPLATE/bug_report.md | 31 +++++++++++++++++++++------- 1 file changed, 24 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 709cb3dd6..d136b765c 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -12,9 +12,9 @@ A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: -1. -2. -3. +1. +2. +3. **Expected behavior** A clear and concise description of what you expected to happen. @@ -23,8 +23,25 @@ A clear and concise description of what you expected to happen. If applicable, add screenshots to help explain your problem. **Configuration (please complete the following information):** - - OS (e.g. Windows): - - Nu version (you can use the `version` command to find out): - - Optional features (if any): -Add any other context about the problem here. +Run `version | pivot` and paste the output to show OS, features, etc. + +``` +> version | pivot +╭───┬────────────────────┬───────────────────────────────────────────────────────────────────────╮ +│ # │ Column0 │ Column1 │ +├───┼────────────────────┼───────────────────────────────────────────────────────────────────────┤ +│ 0 │ version │ 0.24.1 │ +│ 1 │ build_os │ macos-x86_64 │ +│ 2 │ rust_version │ rustc 1.48.0 │ +│ 3 │ cargo_version │ cargo 1.48.0 │ +│ 4 │ pkg_version │ 0.24.1 │ +│ 5 │ build_time │ 2020-12-18 09:54:09 │ +│ 6 │ build_rust_channel │ release │ +│ 7 │ features │ ctrlc, default, directories, dirs, git, ichwh, ptree, rich-benchmark, │ +│ │ │ rustyline, term, uuid, which, zip │ +╰───┴────────────────────┴───────────────────────────────────────────────────────────────────────╯ +``` + + +**Add any other context about the problem here.**