mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
commit
cca721c447
1 changed files with 5 additions and 1 deletions
6
.github/issue_template.md
vendored
6
.github/issue_template.md
vendored
|
@ -6,9 +6,11 @@ If you don't find an answer there, please do open an issue! -->
|
|||
## xonfig
|
||||
|
||||
<details>
|
||||
|
||||
```
|
||||
$ xonfig
|
||||
```
|
||||
|
||||
</details>
|
||||
|
||||
## Expected Behavior
|
||||
|
@ -17,15 +19,17 @@ $ xonfig
|
|||
## 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`.
|
||||
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)
|
||||
|
||||
<details>
|
||||
|
||||
```
|
||||
traceback
|
||||
```
|
||||
|
||||
</details>
|
||||
|
||||
## Steps to Reproduce
|
||||
|
|
Loading…
Add table
Reference in a new issue