Skip to content

Commit

Permalink
Merge pull request conda#6735 from mbargull/issue-template-improvements
Browse files Browse the repository at this point in the history
issue template improvements
  • Loading branch information
kalefranz authored Jan 17, 2018
2 parents 34ae08d + af167fd commit 3e14e71
Showing 1 changed file with 18 additions and 7 deletions.
25 changes: 18 additions & 7 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,35 +27,46 @@ If your issue is a bug report or feature request for:
- [ ] feature request


### Current Behavior
<!-- What actually happens? -->
## Current Behavior
<!-- What actually happens?
If you want to include console output, please use "Steps to Reproduce" below. -->


### Steps to Reproduce
<!-- If the current behavior is a bug, please provide specific, minimal steps to independently reproduce.
Include the exact conda commands that reproduce the issue. -->
Include the exact conda commands that reproduce the issue and their output between the ticks below. -->
```
```


### Expected Behavior
## Expected Behavior
<!-- What do you think should happen? -->


##### `conda info`
## Environment Information
<details open><summary><code>`conda info`</code></summary><p>
<!-- between the ticks below, paste the output of 'conda info' -->

```
```
</p></details>


##### `conda config --show-sources`
<details open><summary><code>`conda config --show-sources`</code></summary><p>
<!-- between the ticks below, paste the output of 'conda config --show-sources' -->

```
```
</p></details>


##### `conda list --show-channel-urls`
<details><summary><code>`conda list --show-channel-urls`</code></summary><p>
<!-- between the ticks below, paste the output of 'conda list --show-channel-urls' -->

```
```
</p></details>

0 comments on commit 3e14e71

Please sign in to comment.