From 12a1f55274ed3e0ff4dfd100cc01b135d2b6156f Mon Sep 17 00:00:00 2001 From: Carl Anderson Date: Thu, 17 Nov 2022 14:01:31 -0600 Subject: [PATCH 1/4] wip: cdn issue template --- .github/ISSUE_TEMPLATE/cdn_issues,md | 100 +++++++++++++++++++++++++++ 1 file changed, 100 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/cdn_issues,md diff --git a/.github/ISSUE_TEMPLATE/cdn_issues,md b/.github/ISSUE_TEMPLATE/cdn_issues,md new file mode 100644 index 0000000..3d15dd8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/cdn_issues,md @@ -0,0 +1,100 @@ +name: CDN Issue Report +description: Report issues with a CDN-backed anaconda.org channel (such as conda-forge, bioconda, nvidia, etc). +labels: ['type-bug'] +body: + - type: markdown + attributes: + value: | + Thank you for helping us identify bugs and issues in our products. + + We kindly ask that you take the time to: + - Search through [existing issues](https://github.com/ContinuumIO/anaconda-issues/issues) to verify whether your bug or issue has already been reported. + - Fill in all of the fields below, as best you can. + - Review and comply with our [Anaconda Community Code of Conduct](https://www.anaconda.com/community-code-of-conduct/). + + Again, thank you for your contribution and for helping Anaconda better serve its community of users. 🐍 + + - type: checkboxes + id: checks + attributes: + label: Checklist + description: "Please confirm the following:" + options: + - label: I added a descriptive title. + required: true + - label: I searched through [existing issues](https://github.com/ContinuumIO/anaconda-issues/issues) and couldn't find a solution or duplicate issue. + required: true + - label: I searched on the web (e.g. Google) and didn't find any helpful information. + required: true + - label: I searched the [Anaconda documentation](https://docs.anaconda.com/) and didn't find any helpful information. + required: true + + - type: checkboxes + id: product + attributes: + label: Impacted product + description: Please indicate the product(s) for which you are reporting the bug or issue. + options: + - label: A conda package (built by Anaconda) + required: false + - label: Anaconda Distribution (formerly Anaconda Individual Edition) + required: false + - label: Miniconda + required: false + - label: Anaconda.org + required: false + + - type: textarea + id: what-happened + attributes: + label: What happened? + description: What is the error, bug, CVE, or other issue? (Please include steps to reproduce the issue and any relevant error output, if available.) + placeholder: Describe the error, bug, CVE, or other issue. + validations: + required: true + - type: textarea + id: expected-behavior + attributes: + label: Expected behavior or outcome + description: What is the expected behavior or outcome? + placeholder: Tell us what you think is the expected behavior or outcome. + validations: + required: true + - type: textarea + id: info + attributes: + label: Conda info + description: | + Let's examine your installation. Run the following command and paste the output in the field below. + + ```bash + conda info + ``` + render: shell + - type: textarea + id: config + attributes: + label: Conda config + description: | + Let's examine your configurations. Run the following command and paste the output in the field below. + + ```bash + conda config --show-sources + ``` + render: shell + - type: textarea + id: list + attributes: + label: Conda list + description: | + Let's examine the packages installed in your environment and the channels they came from. Make sure you are in the environment where you are experiencing the issues. Run the following command and paste the output in the field below. + + ```bash + conda list --show-channel-urls + ``` + render: shell + - type: textarea + id: context + attributes: + label: Additional information + description: Add any additional information or screenshots that you think may help us resolve your issue. From de35ce6df59c6639bbfc000b37539f46d38bdc51 Mon Sep 17 00:00:00 2001 From: Carl Anderson Date: Thu, 17 Nov 2022 14:33:38 -0600 Subject: [PATCH 2/4] changed extension --- .github/ISSUE_TEMPLATE/{cdn_issues,md => cdn_issues.yaml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .github/ISSUE_TEMPLATE/{cdn_issues,md => cdn_issues.yaml} (98%) diff --git a/.github/ISSUE_TEMPLATE/cdn_issues,md b/.github/ISSUE_TEMPLATE/cdn_issues.yaml similarity index 98% rename from .github/ISSUE_TEMPLATE/cdn_issues,md rename to .github/ISSUE_TEMPLATE/cdn_issues.yaml index 3d15dd8..8cc2283 100644 --- a/.github/ISSUE_TEMPLATE/cdn_issues,md +++ b/.github/ISSUE_TEMPLATE/cdn_issues.yaml @@ -35,7 +35,7 @@ body: label: Impacted product description: Please indicate the product(s) for which you are reporting the bug or issue. options: - - label: A conda package (built by Anaconda) + - label: CDN required: false - label: Anaconda Distribution (formerly Anaconda Individual Edition) required: false From 0f385058e67bd663a59d75ea161d0d924eca7e17 Mon Sep 17 00:00:00 2001 From: Carl Anderson Date: Thu, 17 Nov 2022 14:37:35 -0600 Subject: [PATCH 3/4] updated labels --- .github/ISSUE_TEMPLATE/cdn_issues.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/cdn_issues.yaml b/.github/ISSUE_TEMPLATE/cdn_issues.yaml index 8cc2283..a1e6211 100644 --- a/.github/ISSUE_TEMPLATE/cdn_issues.yaml +++ b/.github/ISSUE_TEMPLATE/cdn_issues.yaml @@ -35,13 +35,15 @@ body: label: Impacted product description: Please indicate the product(s) for which you are reporting the bug or issue. options: + - label: Anaconda.org + required: false - label: CDN required: false - - label: Anaconda Distribution (formerly Anaconda Individual Edition) + - label: conda-forge required: false - - label: Miniconda + - label: bioconda required: false - - label: Anaconda.org + - label: nvidia required: false - type: textarea From 3ec1fcffadb87bbb0d986dce4095677b634799d4 Mon Sep 17 00:00:00 2001 From: Carl Anderson Date: Thu, 17 Nov 2022 14:39:27 -0600 Subject: [PATCH 4/4] added issue tag --- .github/ISSUE_TEMPLATE/cdn_issues.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/cdn_issues.yaml b/.github/ISSUE_TEMPLATE/cdn_issues.yaml index a1e6211..c3a0c02 100644 --- a/.github/ISSUE_TEMPLATE/cdn_issues.yaml +++ b/.github/ISSUE_TEMPLATE/cdn_issues.yaml @@ -1,6 +1,6 @@ name: CDN Issue Report description: Report issues with a CDN-backed anaconda.org channel (such as conda-forge, bioconda, nvidia, etc). -labels: ['type-bug'] +labels: ['type-bug', 'anaconda-sync'] body: - type: markdown attributes: