-
-
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.
Template update: from poetry to conda+pip
Signed-off-by: Nicola VIGANO <nicola.vigano@cea.fr>
- Loading branch information
Showing
42 changed files
with
1,335 additions
and
855 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 |
---|---|---|
@@ -1,32 +1,62 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: '' | ||
about: Create a bug report to help us improve. | ||
title: "bug: " | ||
labels: unconfirmed | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Describe the bug** | ||
A clear and concise description of what the bug is. | ||
### Description of the bug | ||
<!-- Please provide a clear and concise description of what the bug is. --> | ||
|
||
**To Reproduce** | ||
Steps to reproduce the behavior: | ||
1. Go to '...' | ||
2. Run command '...' | ||
3. Scroll down to '...' | ||
4. See error | ||
### To Reproduce | ||
<!-- Please provide a Minimal Reproducible Example (MRE) if possible. | ||
Try to boil down the problem to a few lines of code. | ||
Your code should run by simply copying and pasting it. | ||
**Expected behavior** | ||
A clear and concise description of what you expected to happen. | ||
Example: | ||
**Screenshots** | ||
If applicable, add screenshots to help explain your problem. | ||
``` | ||
git clone https://github.com/username/repro | ||
cd repro | ||
python -m venv .venv | ||
. .venv/bin/activate | ||
pip install -r requirements.txt | ||
... # command or code showing the issue | ||
``` | ||
--> | ||
|
||
**System (please complete the following information):** | ||
- `Auto-Denoise` version: [e.g. 0.2.1] | ||
- Python version: [e.g. 3.10] | ||
- OS: [Windows/Linux] | ||
``` | ||
WRITE MRE / INSTRUCTIONS HERE | ||
``` | ||
|
||
**Additional context** | ||
Add any other context about the problem here. | ||
### Full traceback | ||
<!-- Please provide the full error message / traceback if any, by pasting it in the code block below. | ||
No screenshots! --> | ||
|
||
<details><summary>Full traceback</summary> | ||
|
||
```python | ||
PASTE TRACEBACK HERE | ||
``` | ||
|
||
</details> | ||
|
||
### Expected behavior | ||
<!-- Please provide a clear and concise description of what you expected to happen. --> | ||
|
||
### Environment information | ||
<!-- Please run the following command in your repository and paste its output below it, | ||
redacting sensitive information. --> | ||
|
||
```bash | ||
autoden --debug-info # | xclip -selection clipboard | ||
``` | ||
|
||
PASTE OUTPUT HERE | ||
|
||
### Additional context | ||
<!-- Add any other relevant context about the problem here, | ||
like links to other issues or pull requests, screenshots, etc. | ||
--> |
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,5 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: I have a question / I need help | ||
url: https://github.com/CEA-MetroCarac/auto-denoise/discussions/new?category=q-a | ||
about: Ask and answer questions in the Discussions tab. |
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 |
---|---|---|
@@ -1,20 +1,20 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: '' | ||
about: Suggest an idea for this project. | ||
title: "feature: " | ||
labels: feature | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Is your feature request related to a problem? Please describe.** | ||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
### Is your feature request related to a problem? Please describe. | ||
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]. --> | ||
|
||
**Describe the solution you'd like** | ||
A clear and concise description of what you want to happen. | ||
### Describe the solution you'd like | ||
<!-- A clear and concise description of what you want to happen. --> | ||
|
||
**Describe alternatives you've considered** | ||
A clear and concise description of any alternative solutions or features you've considered. | ||
### Describe alternatives you've considered | ||
<!-- A clear and concise description of any alternative solutions or features you've considered. --> | ||
|
||
**Additional context** | ||
Add any other context or screenshots about the feature request here. | ||
### Additional context | ||
<!-- Add any other context or screenshots about the feature request here. --> |
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 |
---|---|---|
|
@@ -140,6 +140,7 @@ venv.bak/ | |
|
||
# mypy | ||
.mypy_cache/ | ||
.ruff_cache/ | ||
.dmypy.json | ||
dmypy.json | ||
|
||
|
Oops, something went wrong.