2021-07-22 19:39:20 +02:00
name : Bug Report
description : Create a report to help us improve
2021-12-12 23:11:27 +01:00
body :
2021-07-22 19:39:20 +02:00
- type : textarea
id : description
attributes :
2021-08-04 01:49:03 +02:00
label : Describe the bug
2021-12-12 23:11:27 +01:00
description : Thank you for your bug report. We are working diligently with our community to integrate our latest code base that we call [engine-q](https://github.com/nushell/engine-q). We would like your help with this by checking to see if this bug report is still needed in engine-q. Thank you for your patience while we ready the next version of nushell.
2021-07-22 19:39:20 +02:00
validations :
required : true
- type : textarea
id : repro
attributes :
2021-08-04 01:49:03 +02:00
label : How to reproduce
2021-07-22 19:39:20 +02:00
description : Steps to reproduce the behavior
placeholder : |
1 .
2 .
3 .
validations :
required : true
- type : textarea
id : expected
attributes :
label : Expected behavior
description : A clear and concise description of what you expected to happen.
placeholder : I expected nu to...
validations :
required : true
- type : textarea
id : screenshots
attributes :
label : Screenshots
description : Please add any relevant screenshots here, if any
validations :
required : false
- type : textarea
id : config
attributes :
label : Configuration
2022-02-08 16:32:27 +01:00
description : "Please run `version | transpose key value | to md --pretty` and paste the output to show OS, features, etc."
2021-07-22 19:39:20 +02:00
placeholder : |
2022-02-12 16:24:38 +01:00
> version | transpose key value | to md --pretty
2021-12-08 20:32:28 +01:00
| key | value |
| ------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| version | 0.40.0 |
| build_os | linux-x86_64 |
| rust_version | rustc 1.56.1 |
| cargo_version | cargo 1.56.0 |
| pkg_version | 0.40.0 |
| build_time | 1980-01-01 00:00:00 +00:00 |
| build_rust_channel | release |
| features | clipboard-cli, ctrlc, dataframe, default, rustyline, term, trash, uuid, which, zip |
| installed_plugins | binaryview, chart bar, chart line, fetch, from bson, from sqlite, inc, match, post, ps, query json, s3, selector, start, sys, textview, to bson, to sqlite, tree, xpath |
2021-07-22 19:39:20 +02:00
validations :
required : false
- type : textarea
id : context
attributes :
2021-08-04 01:49:03 +02:00
label : Additional context
2021-07-22 19:39:20 +02:00
description : Add any other context about the problem here.
validations :
required : false