diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 438988ce..3a780b24 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -21,7 +21,7 @@ Compete output obtained with maximal verbosity. **Environment:** - Python version: `python --version` - - sertit-utils version: `import eoreader; eoreader.__version__` + - eoreader version: `import eoreader; eoreader.__version__` **Additional context** Add any other context about the bug here. diff --git a/CHANGES.md b/CHANGES.md index 48917fdd..e0868711 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -5,6 +5,7 @@ - Rename `utils.stack_dict` to `utils.stack` since we are stacking datasets and not dict anymore. - CI: Update pre-commit hooks - DEPS: Remove as many mention as possible to `cloudpathlib` +- GITHUB: Update bug template ## 0.20.4 (2023-09-26)