From 95038cca1e8208a69b35e855e8a0ca3f2ccbfdaf Mon Sep 17 00:00:00 2001 From: Florian Kotthoff <74312290+FlorianK13@users.noreply.github.com> Date: Tue, 10 Dec 2024 09:26:42 +0100 Subject: [PATCH 1/3] Update issue template #588 --- .github/ISSUE_TEMPLATE/issue_template_bug.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/issue_template_bug.md b/.github/ISSUE_TEMPLATE/issue_template_bug.md index c10d7874..b277d46c 100644 --- a/.github/ISSUE_TEMPLATE/issue_template_bug.md +++ b/.github/ISSUE_TEMPLATE/issue_template_bug.md @@ -1,12 +1,12 @@ --- name: Bug Issue -about: For bugs and errors +about: Report bugs and errors for the Python package open-mastr. Not that we are not the maintainers of the actual dataset. Visit https://www.marktstammdatenregister.de/MaStR to reach them. title: Your title should make sense if said after "The issue is " labels: "bug" assignees: '' - --- + ## Description of the issue Describe the problem in as much detail as possible. @@ -28,4 +28,5 @@ Describe possible ideas for solution and evaluate advantages and disadvantages. * Environment setup and (python) version: ## Workflow checklist -- [ ] I am aware of the workflow in [CONTRIBUTING.md](https://github.com/OpenEnergyPlatform/open-MaStR/blob/production/CONTRIBUTING.md) +- [ ] I have checked [the documentation](https://open-mastr.readthedocs.io/en/latest/) and confirmed this issue is not already addressed there. +- [ ] I am aware of the workflow in [CONTRIBUTING.md](https://github.com/OpenEnergyPlatform/open-MaStR/blob/production/CONTRIBUTING.md) \ No newline at end of file From 683d98758b8c227bd369d572ca5c97ea2d5ae5de Mon Sep 17 00:00:00 2001 From: Florian Kotthoff <74312290+FlorianK13@users.noreply.github.com> Date: Tue, 10 Dec 2024 09:28:30 +0100 Subject: [PATCH 2/3] Update Changelog #588 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b6fda01..37a62be2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,8 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ ### Changed - Repair Header image in Readme [#587](https://github.com/OpenEnergyPlatform/open-MaStR/pull/587) +- Update bug issue templates + [#593](https://github.com/OpenEnergyPlatform/open-MaStR/pull/593) ### Removed - Moved old code artefacts from `scripts` folder to paper specific [repository](https://github.com/FlorianK13/verify-marktstammdaten) From 13498df2bd401037323196d501078c981a39ccd2 Mon Sep 17 00:00:00 2001 From: Florian Kotthoff <74312290+FlorianK13@users.noreply.github.com> Date: Tue, 7 Jan 2025 08:38:53 +0100 Subject: [PATCH 3/3] Fix spelling mistake #588 --- .github/ISSUE_TEMPLATE/issue_template_bug.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/issue_template_bug.md b/.github/ISSUE_TEMPLATE/issue_template_bug.md index b277d46c..fc0ce68b 100644 --- a/.github/ISSUE_TEMPLATE/issue_template_bug.md +++ b/.github/ISSUE_TEMPLATE/issue_template_bug.md @@ -1,6 +1,6 @@ --- name: Bug Issue -about: Report bugs and errors for the Python package open-mastr. Not that we are not the maintainers of the actual dataset. Visit https://www.marktstammdatenregister.de/MaStR to reach them. +about: Report bugs and errors for the Python package open-mastr. Note that we are not the maintainers of the actual dataset. Visit https://www.marktstammdatenregister.de/MaStR to reach them. title: Your title should make sense if said after "The issue is " labels: "bug" assignees: '' @@ -29,4 +29,4 @@ Describe possible ideas for solution and evaluate advantages and disadvantages. ## Workflow checklist - [ ] I have checked [the documentation](https://open-mastr.readthedocs.io/en/latest/) and confirmed this issue is not already addressed there. -- [ ] I am aware of the workflow in [CONTRIBUTING.md](https://github.com/OpenEnergyPlatform/open-MaStR/blob/production/CONTRIBUTING.md) \ No newline at end of file +- [ ] I am aware of the workflow in [CONTRIBUTING.md](https://github.com/OpenEnergyPlatform/open-MaStR/blob/production/CONTRIBUTING.md)