mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
Update issue templates
This commit is contained in:
parent
269a6d48e7
commit
af8570a21a
1 changed files with 48 additions and 0 deletions
48
.github/ISSUE_TEMPLATE/new-issue.md
vendored
Normal file
48
.github/ISSUE_TEMPLATE/new-issue.md
vendored
Normal file
|
@ -0,0 +1,48 @@
|
|||
---
|
||||
name: New Issue
|
||||
about: Create a report to help us improve
|
||||
title: ''
|
||||
labels: ''
|
||||
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! -->
|
||||
|
||||
## xonfig
|
||||
|
||||
<details>
|
||||
|
||||
```
|
||||
$ xonfig
|
||||
```
|
||||
|
||||
</details>
|
||||
|
||||
## Expected Behavior
|
||||
<!--- Tell us what should happen -->
|
||||
|
||||
## 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)
|
||||
|
||||
<details>
|
||||
|
||||
```
|
||||
traceback
|
||||
```
|
||||
|
||||
</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**
|
Loading…
Add table
Reference in a new issue