mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 00:14:41 +01:00
Revert "Update new-issue.md: update issue template" (#5390)
Reverting xonsh/xonsh#5389 with update by comments --------- Co-authored-by: Gil Forsyth <gforsyth@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
parent
f6f06fc256
commit
c3cd47e1da
1 changed files with 7 additions and 9 deletions
16
.github/ISSUE_TEMPLATE/new-issue.md
vendored
16
.github/ISSUE_TEMPLATE/new-issue.md
vendored
|
@ -7,14 +7,12 @@ assignees: ''
|
|||
|
||||
---
|
||||
|
||||
Hi! Thank you for xonsh! I faced with issue.
|
||||
|
||||
## Current Behavior
|
||||
<!---
|
||||
Try to repeat your issue in `xonsh --no-rc --no-env`.
|
||||
Provide step by step repeatable description with commands and output.
|
||||
Use `$XONSH_SHOW_TRACEBACK=1`, `$XONSH_TRACE_SUBPROC=2` or `$XONSH_DEBUG=1`
|
||||
to have more info.
|
||||
<!---
|
||||
For general xonsh issues, please try to replicate the failure using `xonsh --no-rc --no-env`.
|
||||
Short, reproducible code snippets are highly appreciated.
|
||||
You can use `$XONSH_SHOW_TRACEBACK=1`, `$XONSH_TRACE_SUBPROC=2`, or `$XONSH_DEBUG=1`
|
||||
to collect more information about the failure.
|
||||
-->
|
||||
|
||||
Traceback (if applicable):
|
||||
|
@ -22,7 +20,7 @@ Traceback (if applicable):
|
|||
<details>
|
||||
|
||||
```xsh
|
||||
# Put here the long traceback.
|
||||
# Please paste the traceback here.
|
||||
```
|
||||
|
||||
</details>
|
||||
|
@ -35,7 +33,7 @@ Traceback (if applicable):
|
|||
<details>
|
||||
|
||||
```xsh
|
||||
# Put here the output of `xonfig` command.
|
||||
# Please paste the output of the `xonfig` command here.
|
||||
```
|
||||
|
||||
</details>
|
||||
|
|
Loading…
Add table
Reference in a new issue