35 lines
728 B
Markdown
35 lines
728 B
Markdown
---
|
|
name: Issue
|
|
about: A minor issue that does not significantly affect functionality.
|
|
title: "[ISSUE]"
|
|
labels: issue
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
**Describe the issue**
|
|
A clear and concise description of what the issue is.
|
|
|
|
**To Reproduce**
|
|
Steps to reproduce the behavior if any:
|
|
|
|
**Expected behavior**
|
|
A clear and concise description of what you expected to happen.
|
|
|
|
**Screenshots**
|
|
If applicable, add screenshots to help explain your problem.
|
|
|
|
**Logs**
|
|
Provide `Developer log` if applicable
|
|
|
|
**Provide information about your station:**
|
|
- Weather station type:
|
|
- firmware version:
|
|
|
|
- [ ] Using PWS protocol
|
|
- [ ] Using WSLink API
|
|
- [ ] Using WSLink proxy Add-on
|
|
|
|
**Additional context**
|
|
Add any other context about the problem here.
|