Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 9 additions & 19 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,34 +9,24 @@ assignees: ''
### Describe the bug
A clear and concise description of what the bug is.

### Steps To Reproduce
Steps to reproduce the behavior:
1. ...
2. ...
3. ...
### Script or statement
Show the script and how you invoke it or the snippet that's going to be formatted

### Expected behavior
A clear and concise description of what you expected to happen.
### Actual behavior/output
What is the output after running the latest version of nufmt

### Expected behavior/output
A clear and concise description of what you expected to happen.

### Environment

Please run `rustc --version` and paste the result.
Please run show what operating system and version you're running and what version of nufmt you're running.

```console
[user@system:~]$ rustc --version
output here
❯ $nu.os-info
❯ nufmt --version
```

If using Nix please run `nix-shell -p nix-info --run "nix-info -m"` and paste the result.
```console
[user@system:~]$ nix-shell -p nix-info --run "nix-info -m"
output here
```

---

#### Notify maintainers

<!--
Please @ people who are relevant to this issue
Expand Down
Loading