mirror of
https://github.com/PowerShell/PowerShell.git
synced 2024-11-23 17:53:58 +08:00
Use shell-agnostic ; instead of && in template
This commit is contained in:
parent
fd4389a643
commit
b5cfc575d3
2
.github/ISSUE_TEMPLATE.md
vendored
2
.github/ISSUE_TEMPLATE.md
vendored
@ -26,7 +26,7 @@ Please fill in the results of the following commands:
|
||||
$ dotnet --info
|
||||
|
||||
|
||||
$ git rev-parse HEAD && git status
|
||||
$ git rev-parse HEAD; git status
|
||||
|
||||
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user