forked from conda/conda
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
54 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' --> | ||
``` | ||
``` |