-
Notifications
You must be signed in to change notification settings - Fork 423
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🤖 Update infrastructure file(s) (#5450)
Co-authored-by: Ken Odegard <kodegard@anaconda.com>
- Loading branch information
1 parent
55b6f48
commit 0b772d4
Showing
12 changed files
with
426 additions
and
63 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
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
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
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
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
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
39 changes: 39 additions & 0 deletions
39
.github/template-files/templates/issue_template_details.yml
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,39 @@ | ||
- type: textarea | ||
id: info | ||
attributes: | ||
label: Conda Info | ||
description: | | ||
Let's collect some basic information about your conda install. | ||
Please run the following command from your command line and paste the output below. | ||
```bash | ||
conda info | ||
``` | ||
render: shell | ||
- type: textarea | ||
id: config | ||
attributes: | ||
label: Conda Config | ||
description: | | ||
Let's collect any customizations you may have for your conda install. | ||
Please run the following command from your command line and paste the output below. | ||
```bash | ||
conda config --show-sources | ||
``` | ||
render: shell | ||
- type: textarea | ||
id: list | ||
attributes: | ||
label: Conda list | ||
description: | | ||
The packages installed into your environment can offer clues as to the problem you are facing. | ||
Please activate the environment within which you are encountering this bug, run the following command from your command line, and paste the output below. | ||
```bash | ||
conda list --show-channel-urls | ||
``` | ||
render: shell |
15 changes: 15 additions & 0 deletions
15
.github/template-files/templates/pull_request_template_details.md
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,15 @@ | ||
### Checklist - did you ... | ||
|
||
<!-- If any of the following items aren't relevant to your contribution, | ||
please either tick them or use ~strikethrough~ so we know you've gone | ||
through the checklist. --> | ||
|
||
- [ ] Add a file to the `news` directory ([using the template](https://github.com/conda/conda-build/blob/main/news/TEMPLATE)) for the next release's release notes? | ||
<!-- All "significant" changes should get an entry: | ||
- user-facing changes or enhancements | ||
- bug fixes | ||
- deprecations | ||
- documentation updates | ||
- etc --> | ||
- [ ] Add / update necessary tests? | ||
- [ ] Add / update outdated documentation? |
Oops, something went wrong.