Skip to content
Snippets Groups Projects
Commit 2b8478ba authored by Bert Palm's avatar Bert Palm 🎇
Browse files

Merge branch 'IssueTemplate' into 'develop'

issue_template

See merge request !502
parents 008ecb4f 7602d640
No related branches found
No related tags found
5 merge requests!685Release 2.4,!684Release 2.4,!567Release 2.2.1,!566Release 2.2,!502issue_template
Pipeline #105159 passed with stages
in 8 minutes and 43 seconds
<!--
SPDX-FileCopyrightText: 2021 Helmholtz-Zentrum für Umweltforschung GmbH - UFZ
SPDX-License-Identifier: GPL-3.0-or-later
-->
## Summary
(Summarize the bug encountered concisely)
## Reproducible Example
```python
import numpy as np
import pandas as pd
import saqc
...
```
## What is the current bug behavior?
(What actually happens)
## What is the expected correct behavior?
(What you should see instead)
## Stacktrace
<details><summary>Click to expand</summary>
```
Paste any relevant stacktrace inside the ```
```
</details>
## Possible fixes
(If you can, link to the line of code that might be responsible for the problem)
/label ~bug ~needs-investigation
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment