mirror of
https://github.com/nushell/nushell.git
synced 2024-11-22 00:13:21 +01:00
7dda39a89e
The two additional boxes for "additional context" and screenshots may be somewhat redundant to the primary `Steps to reproduce`. Sadly folks are already a bit lazy with the core task of providing a succinct reproducing example. Having additional fields may not actually improve the quality and lead to waffling or if left empty some deadspace to scroll past.
51 lines
3.3 KiB
YAML
51 lines
3.3 KiB
YAML
name: Bug Report
|
|
description: Create a report to help us improve
|
|
labels: ["needs-triage"]
|
|
body:
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
label: Describe the bug
|
|
description: Thank you for your bug report.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: repro
|
|
attributes:
|
|
label: How to reproduce
|
|
description: Steps to reproduce the behavior (including succinct code examples or screenshots of the observed 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: config
|
|
attributes:
|
|
label: Configuration
|
|
description: "Please run `version | transpose key value | to md --pretty` and paste the output to show OS, features, etc."
|
|
placeholder: |
|
|
> version | transpose key value | to md --pretty
|
|
| 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 |
|
|
validations:
|
|
required: true
|