Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update issue template #588 #593

Merged
merged 3 commits into from
Jan 7, 2025
Merged
Show file tree
Hide file tree
Changes from 2 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
7 changes: 4 additions & 3 deletions .github/ISSUE_TEMPLATE/issue_template_bug.md
Original file line number Diff line number Diff line change
@@ -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 <your issue title>"
labels: "bug"
assignees: ''

---


## Description of the issue

Describe the problem in as much detail as possible.
Expand All @@ -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)
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Loading