Update new-issue.md: update issue template (#5389)

## For community
⬇️ **Please click the 👍 reaction instead of leaving a `+1` or 👍
comment**
This commit is contained in:
Andy Kipp 2024-05-03 12:10:34 +02:00 committed by GitHub
parent a3e8b1a025
commit f6f06fc256
Failed to generate hash of commit

View file

@ -7,42 +7,38 @@ assignees: ''
---
<!--- Provide a general summary of the issue in the Title above -->
<!--- If you have a question along the lines of "How do I do this Bash command in xonsh"
please first look over the Bash to Xonsh translation guide: https://xon.sh/bash_to_xsh.html
If you don't find an answer there, please do open an issue! -->
Hi! Thank you for xonsh! I faced with issue.
## xonfig
## 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.
-->
Traceback (if applicable):
<details>
```
$ xonfig
```xsh
# Put here the long traceback.
```
</details>
## Expected Behavior
<!--- Tell us what should happen -->
<!--- What you expect -->
## Current Behavior
<!--- Tell us what happens instead of the expected behavior -->
<!--- If part of your bug report is a traceback, please first enter debug mode before triggering the error
To enter debug mode, set the environment variable `XONSH_DEBUG=1` _before_ starting `xonsh`.
On Linux and OSX, an easy way to to do this is to run `env XONSH_DEBUG=1 xonsh` -->
### Traceback (if applicable)
## xonfig
<details>
```
traceback
```xsh
# Put here the output of `xonfig` command.
```
</details>
## Steps to Reproduce
<!--- Please try to write out a minimal reproducible snippet to trigger the bug, it will help us fix it! -->
## For community
⬇️ **Please click the 👍 reaction instead of leaving a `+1` or 👍 comment**