mirror of
https://github.com/danbulant/nushell
synced 2026-05-24 12:35:59 +00:00
update the config part (#3962)
This commit is contained in:
parent
487fafbca3
commit
0abe753003
1 changed files with 2 additions and 2 deletions
4
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
4
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
|
@ -40,9 +40,9 @@ body:
|
||||||
label: Configuration
|
label: Configuration
|
||||||
description: "Please run `> version | pivot` and paste the output to show OS, features, etc"
|
description: "Please run `> version | pivot` and paste the output to show OS, features, etc"
|
||||||
placeholder: |
|
placeholder: |
|
||||||
> version | pivot
|
> version | pivot key value | to md
|
||||||
╭───┬────────────────────┬───────────────────────────────────────────────────────────────────────╮
|
╭───┬────────────────────┬───────────────────────────────────────────────────────────────────────╮
|
||||||
│ # │ Column0 │ Column1 │
|
│ # │ key │ value │
|
||||||
├───┼────────────────────┼───────────────────────────────────────────────────────────────────────┤
|
├───┼────────────────────┼───────────────────────────────────────────────────────────────────────┤
|
||||||
│ 0 │ version │ 0.24.1 │
|
│ 0 │ version │ 0.24.1 │
|
||||||
│ 1 │ build_os │ macos-x86_64 │
|
│ 1 │ build_os │ macos-x86_64 │
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue