Skip to content

Commit

Permalink
issue template first draft
Browse files Browse the repository at this point in the history
  • Loading branch information
kalefranz committed Jan 12, 2018
1 parent 10eaf30 commit 2dbd067
Showing 1 changed file with 54 additions and 0 deletions.
54 changes: 54 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
<!--
Hi!
This is an issue tracker for conda -- the package manager. File feature requests
for conda here, as well as bug reports about something conda has messed up.
If your issue is a bug report or feature request for:
* a specific conda package from Anaconda: file at https://github.com/ContinuumIO/anaconda-issues
* a specific conda package from conda-forge: file at the corresponding feedstock under https://github.com/conda-forge
* anaconda.org: please file it https://github.com/Anaconda-Platform/support
* repo.continuum.io: file at https://github.com/ContinuumIO/anaconda-issues
* commands under 'conda build': file at https://github.com/conda/conda-build
* commands under 'conda env': please file it here!
* all other conda commands that start with 'conda': please file it here!
-->

* **I'm submitting a ... **
- [ ] bug report
- [ ] feature request
- [ ] support request => Please submit support requests to user forums like Stack Overflow.


### Current Behavior
<!-- What actually happens? -->


### Steps to Reproduce
<!-- If the current behavior is a bug, please provide specific, minimal steps to independently reproduce. -->


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


### `conda info`
<!-- between the ticks below, paste the output of 'conda info' -->
```
```


### `conda config --show-sources`
<!-- between the ticks below, paste the output of 'conda config --show-sources' -->
```
```


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

0 comments on commit 2dbd067

Please sign in to comment.