-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into rdrs_addvars
- Loading branch information
Showing
131 changed files
with
4,212 additions
and
2,228 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,29 @@ | ||
{ | ||
"template": "https://github.com/Ouranosinc/cookiecutter-pypackage", | ||
"commit": "f391bbd6ee14ab2478c64a1f78b74bd9903cae81", | ||
"checkout": null, | ||
"context": { | ||
"cookiecutter": { | ||
"full_name": "Trevor James Smith", | ||
"email": "[email protected]", | ||
"github_username": "Zeitsperre", | ||
"project_name": "miranda", | ||
"project_slug": "miranda", | ||
"project_short_description": "Python utilities for climate data collection, conversion, and management.", | ||
"pypi_username": "Zeitsperre", | ||
"version": "0.6.0-dev.2", | ||
"use_pytest": "y", | ||
"use_black": "y", | ||
"use_conda": "y", | ||
"add_pyup_badge": "n", | ||
"make_docs": "y", | ||
"add_translations": "y", | ||
"command_line_interface": "No command-line interface", | ||
"create_author_file": "y", | ||
"open_source_license": "Apache Software License 2.0", | ||
"generated_with_cruft": "y", | ||
"_template": "https://github.com/Ouranosinc/cookiecutter-pypackage" | ||
} | ||
}, | ||
"directory": null | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
[flake8] | ||
exclude = | ||
.eggs, | ||
.git, | ||
build, | ||
docs, | ||
tests | ||
ignore = | ||
AZ100, | ||
AZ200, | ||
AZ300, | ||
C, | ||
D, | ||
E, | ||
F, | ||
W503 | ||
per-file-ignores = | ||
rst-roles = | ||
doc, | ||
mod, | ||
py:attr, | ||
py:attribute, | ||
py:class, | ||
py:const, | ||
py:data, | ||
py:func, | ||
py:meth, | ||
py:mod, | ||
py:obj, | ||
py:ref |
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
name: Generic issue template | ||
description: For detailing generic/uncategorized issues in miranda | ||
|
||
body: | ||
- type: textarea | ||
id: generic-issue | ||
attributes: | ||
label: Generic Issue | ||
description: Please fill in the following information fields as needed. | ||
value: | | ||
* miranda version: | ||
* Python version: | ||
* Operating System: | ||
### Description | ||
<!--Describe what you were trying to get done. | ||
Tell us what happened, what went wrong, and what you expected to happen.--> | ||
### What I Did | ||
<!--Paste the command(s) you ran and the output. | ||
If there was a crash, please include the traceback below.--> | ||
``` | ||
$ pip install foo --bar | ||
``` | ||
### What I Received | ||
<!--Paste the output or the stack trace of the problem you experienced here.--> | ||
``` | ||
Traceback (most recent call last): | ||
File "/path/to/file/script.py", line 3326, in run_code | ||
exec(code_obj, self.user_global_ns, self.user_ns) | ||
File "<ipython-input-2-9e1622b385b6>", line 1, in <module> | ||
1/0 | ||
ZeroDivisionError: division by zero |
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,44 @@ | ||
name: Bug report | ||
description: Help us improve miranda | ||
labels: [ "bug" ] | ||
|
||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to fill out this bug report! | ||
- type: textarea | ||
id: setup-information | ||
attributes: | ||
label: Setup Information | ||
description: | | ||
What software versions are you running? Example: | ||
- miranda version: 0.55.0-gamma | ||
- Python version: 4.2 | ||
- Operating System: Nutmeg Linux 12.34 | macOS 11.0 "Redmond" | ||
value: | | ||
- miranda version: | ||
- Python version: | ||
- Operating System: | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Description | ||
description: Describe what you were trying to get done. Tell us what happened, what went wrong, and what you expected to happen. | ||
- type: textarea | ||
id: steps-to-reproduce | ||
attributes: | ||
label: Steps To Reproduce | ||
description: Paste the command(s) you ran and the output. If there was a crash, please include the traceback below. | ||
- type: textarea | ||
id: additional-context | ||
attributes: | ||
label: Additional context | ||
description: Add any other context about the problem here. | ||
- type: checkboxes | ||
id: submit-pr | ||
attributes: | ||
label: Contribution | ||
description: Do you intend to submit a fix for this bug? (The miranda developers will help with code compliance) | ||
options: | ||
- label: I would be willing/able to open a Pull Request to address this bug. |
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,31 @@ | ||
name: Feature request | ||
description: Suggest an idea for miranda | ||
labels: [ "enhancement" ] | ||
|
||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to fill out this feature request! | ||
- type: textarea | ||
id: problem | ||
attributes: | ||
label: Addressing a Problem? | ||
description: Is your feature request related to a problem? Please describe it. | ||
- type: textarea | ||
id: potential-solution | ||
attributes: | ||
label: Potential Solution | ||
description: Describe the solution you'd like to see implemented. | ||
- type: textarea | ||
id: additional-context | ||
attributes: | ||
label: Additional context | ||
description: Add any other context about the feature request here. | ||
- type: checkboxes | ||
id: submit-pr | ||
attributes: | ||
label: Contribution | ||
description: Do you intend to submit a fix for this bug? (The miranda developers will help with code compliance) | ||
options: | ||
- label: I would be willing/able to open a Pull Request to contribute this feature. |
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,23 @@ | ||
name: Question/Support | ||
description: Ask for help from the developers | ||
labels: [ "support" ] | ||
|
||
body: | ||
- type: textarea | ||
id: setup-information | ||
attributes: | ||
label: Setup Information | ||
description: | | ||
What software versions are you running? Example: | ||
- miranda version: 0.55.0-gamma | ||
- Python version: 4.2 | ||
- Operating System: Nutmeg Linux 12.34 | macOS 11.0 "Redmond" | ||
value: | | ||
- miranda version: | ||
- Python version: | ||
- Operating System: | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Context | ||
description: Describe what you were trying to get done. Tell us what happened, what went wrong, and what you expected to happen. |
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 @@ | ||
blank_issues_enabled: true |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
version: 2 | ||
updates: | ||
- package-ecosystem: github-actions | ||
directory: / | ||
schedule: | ||
interval: daily | ||
time: '12:00' | ||
open-pull-requests-limit: 10 | ||
|
||
- package-ecosystem: pip | ||
directory: / | ||
schedule: | ||
interval: daily | ||
time: '12:00' | ||
open-pull-requests-limit: 10 |
Oops, something went wrong.