Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .authors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@
github: chenghlee
- name: conda-bot
email: [email protected]
num_commits: 57
num_commits: 58
first_commit: 2022-01-25 21:38:28
alternate_emails:
- [email protected]
Expand Down Expand Up @@ -357,7 +357,7 @@
github: RahulARanger
- name: Marco Esters
email: [email protected]
num_commits: 58
num_commits: 59
first_commit: 2023-05-12 11:44:12
github: marcoesters
- name: Darryl Miles
Expand All @@ -372,7 +372,7 @@
github: deepeshaburse
- name: pre-commit-ci[bot]
email: 66853113+pre-commit-ci[bot]@users.noreply.github.com
num_commits: 69
num_commits: 70
first_commit: 2023-05-02 12:01:43
github: pre-commit-ci[bot]
- name: Matthias Kuhn
Expand All @@ -382,7 +382,7 @@
github: m-kuhn
- name: dependabot[bot]
email: 49699333+dependabot[bot]@users.noreply.github.com
num_commits: 55
num_commits: 56
github: dependabot[bot]
first_commit: 2024-05-07 10:16:05
- name: Julien Jerphanion
Expand Down
8 changes: 4 additions & 4 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[run]
source=constructor
omit =
constructor/_version.py
[run]
source=constructor
omit =
constructor/_version.py
8 changes: 4 additions & 4 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
constructor/_version.py export-subst

# Make GitHub syntax-highlight the templates correctly
constructor/nsis/main.nsi.tmpl linguist-language=nsis
constructor/_version.py export-subst
# Make GitHub syntax-highlight the templates correctly
constructor/nsis/main.nsi.tmpl linguist-language=nsis
6 changes: 3 additions & 3 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Syntax for this file at https://help.github.com/articles/about-codeowners/

* @conda/constructor
# Syntax for this file at https://help.github.com/articles/about-codeowners/
* @conda/constructor
82 changes: 41 additions & 41 deletions .github/ISSUE_TEMPLATE/0_bug.yml
Original file line number Diff line number Diff line change
@@ -1,41 +1,41 @@
# edit this in https://github.com/conda/infrastructure

name: Bug Report
description: Create a bug report.
labels:
- type::bug
body:
- type: markdown
attributes:
value: |
Because processing new bug reports is time-consuming, we would like to ask you to fill out the following form to the best of your ability and as completely as possible.

> [!NOTE]
> Bug reports that are incomplete or missing information may be closed as inactionable.

Since there are already a lot of open issues, please also take a moment to search existing ones to see if your bug has already been reported. If you find something related, please upvote that issue and provide additional details as necessary.

💐 Thank you for helping to make `conda/constructor` better. We would be unable to improve `conda/constructor` without our community!
- type: checkboxes
id: checks
attributes:
label: Checklist
description: Please confirm and check all of the following options.
options:
- label: I added a descriptive title
required: true
- label: I searched open reports and couldn't find a duplicate
required: true
- type: textarea
id: what
attributes:
label: What happened?
description: What should have happened instead? Please provide as many details as possible. The more information provided, the more likely we are able to replicate your problem and offer a solution.
validations:
required: true

- type: textarea
id: context
attributes:
label: Additional Context
description: Include any additional information (or screenshots) that you think would be valuable.
# edit this in https://github.com/conda/infrastructure
name: Bug Report
description: Create a bug report.
labels:
- type::bug
body:
- type: markdown
attributes:
value: |
Because processing new bug reports is time-consuming, we would like to ask you to fill out the following form to the best of your ability and as completely as possible.
> [!NOTE]
> Bug reports that are incomplete or missing information may be closed as inactionable.
Since there are already a lot of open issues, please also take a moment to search existing ones to see if your bug has already been reported. If you find something related, please upvote that issue and provide additional details as necessary.
💐 Thank you for helping to make `conda/constructor` better. We would be unable to improve `conda/constructor` without our community!
- type: checkboxes
id: checks
attributes:
label: Checklist
description: Please confirm and check all of the following options.
options:
- label: I added a descriptive title
required: true
- label: I searched open reports and couldn't find a duplicate
required: true
- type: textarea
id: what
attributes:
label: What happened?
description: What should have happened instead? Please provide as many details as possible. The more information provided, the more likely we are able to replicate your problem and offer a solution.
validations:
required: true
- type: textarea
id: context
attributes:
label: Additional Context
description: Include any additional information (or screenshots) that you think would be valuable.
100 changes: 50 additions & 50 deletions .github/ISSUE_TEMPLATE/1_feature.yml
Original file line number Diff line number Diff line change
@@ -1,50 +1,50 @@
# edit this in https://github.com/conda/infrastructure

name: Feature Request
description: Create a feature request.
labels:
- type::feature
body:
- type: markdown
attributes:
value: |
Because processing new feature requests is time-consuming, we would like to ask you to fill out the following form to the best of your ability and as completely as possible.

> [!NOTE]
> Feature requests that are incomplete or missing information may be closed as inactionable.

Since there are already a lot of open issues, please also take a moment to search existing ones to see if your feature request has already been submitted. If you find something related, please upvote that issue and provide additional details as necessary.

💐 Thank you for helping to make `conda/constructor` better. We would be unable to improve `conda/constructor` without our community!
- type: checkboxes
id: checks
attributes:
label: Checklist
description: Please confirm and check all of the following options.
options:
- label: I added a descriptive title
required: true
- label: I searched open requests and couldn't find a duplicate
required: true
- type: textarea
id: idea
attributes:
label: What is the idea?
description: Describe what the feature is and the desired state.
validations:
required: true
- type: textarea
id: why
attributes:
label: Why is this needed?
description: Who would benefit from this feature? Why would this add value to them? What problem does this solve?
- type: textarea
id: what
attributes:
label: What should happen?
description: What should be the user experience with the feature? Describe from a user perspective what they would do and see.
- type: textarea
id: context
attributes:
label: Additional Context
description: Include any additional information that you think would be valuable.
# edit this in https://github.com/conda/infrastructure
name: Feature Request
description: Create a feature request.
labels:
- type::feature
body:
- type: markdown
attributes:
value: |
Because processing new feature requests is time-consuming, we would like to ask you to fill out the following form to the best of your ability and as completely as possible.
> [!NOTE]
> Feature requests that are incomplete or missing information may be closed as inactionable.
Since there are already a lot of open issues, please also take a moment to search existing ones to see if your feature request has already been submitted. If you find something related, please upvote that issue and provide additional details as necessary.
💐 Thank you for helping to make `conda/constructor` better. We would be unable to improve `conda/constructor` without our community!
- type: checkboxes
id: checks
attributes:
label: Checklist
description: Please confirm and check all of the following options.
options:
- label: I added a descriptive title
required: true
- label: I searched open requests and couldn't find a duplicate
required: true
- type: textarea
id: idea
attributes:
label: What is the idea?
description: Describe what the feature is and the desired state.
validations:
required: true
- type: textarea
id: why
attributes:
label: Why is this needed?
description: Who would benefit from this feature? Why would this add value to them? What problem does this solve?
- type: textarea
id: what
attributes:
label: What should happen?
description: What should be the user experience with the feature? Describe from a user perspective what they would do and see.
- type: textarea
id: context
attributes:
label: Additional Context
description: Include any additional information that you think would be valuable.
76 changes: 38 additions & 38 deletions .github/ISSUE_TEMPLATE/2_documentation.yml
Original file line number Diff line number Diff line change
@@ -1,38 +1,38 @@
# edit this in https://github.com/conda/infrastructure

name: Documentation
description: Create a documentation related issue.
labels:
- type::documentation
body:
- type: markdown
attributes:
value: |
> [!NOTE]
> Documentation requests that are incomplete or missing information may be closed as inactionable.

Since there are already a lot of open issues, please also take a moment to search existing ones to see if your bug has already been reported. If you find something related, please upvote that issue and provide additional details as necessary.

💐 Thank you for helping to make conda better. We would be unable to improve conda without our community!
- type: checkboxes
id: checks
attributes:
label: Checklist
description: Please confirm and check all of the following options.
options:
- label: I added a descriptive title
required: true
- label: I searched open reports and couldn't find a duplicate
required: true
- type: textarea
id: what
attributes:
label: What happened?
description: Mention here any typos, broken links, or missing, incomplete, or outdated information, etc. that you have noticed in the conda docs or CLI help.
validations:
required: true
- type: textarea
id: context
attributes:
label: Additional Context
description: Include any additional information (or screenshots) that you think would be valuable.
# edit this in https://github.com/conda/infrastructure
name: Documentation
description: Create a documentation related issue.
labels:
- type::documentation
body:
- type: markdown
attributes:
value: |
> [!NOTE]
> Documentation requests that are incomplete or missing information may be closed as inactionable.
Since there are already a lot of open issues, please also take a moment to search existing ones to see if your bug has already been reported. If you find something related, please upvote that issue and provide additional details as necessary.
💐 Thank you for helping to make conda better. We would be unable to improve conda without our community!
- type: checkboxes
id: checks
attributes:
label: Checklist
description: Please confirm and check all of the following options.
options:
- label: I added a descriptive title
required: true
- label: I searched open reports and couldn't find a duplicate
required: true
- type: textarea
id: what
attributes:
label: What happened?
description: Mention here any typos, broken links, or missing, incomplete, or outdated information, etc. that you have noticed in the conda docs or CLI help.
validations:
required: true
- type: textarea
id: context
attributes:
label: Additional Context
description: Include any additional information (or screenshots) that you think would be valuable.
Loading