mirror of
https://github.com/sudoxnym/sleepd.git
synced 2026-04-14 11:37:11 +00:00
Add files via upload
This commit is contained in:
parent
a5cac60ef3
commit
6f03717197
2 changed files with 50 additions and 0 deletions
31
.github/ISSUE_TEMPLATE/bug_report.md
vendored
31
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
|
@ -1 +1,32 @@
|
||||||
|
---
|
||||||
|
name: 🐛 Bug Report
|
||||||
|
about: Report a problem with SAAS - Sleep As Android Status
|
||||||
|
title: "[BUG]"
|
||||||
|
labels: bug
|
||||||
|
assignees: ''
|
||||||
|
---
|
||||||
|
|
||||||
|
**Describe the bug**
|
||||||
|
A clear and concise description of what the bug is.
|
||||||
|
|
||||||
|
**To Reproduce**
|
||||||
|
Steps to reproduce the behavior:
|
||||||
|
1. Go to '...'
|
||||||
|
2. Click on '....'
|
||||||
|
3. Scroll down to '....'
|
||||||
|
4. See error
|
||||||
|
|
||||||
|
**Expected behavior**
|
||||||
|
A clear and concise description of what you expected to happen.
|
||||||
|
|
||||||
|
**Screenshots or Logs**
|
||||||
|
If applicable, add screenshots or error logs to help explain your problem.
|
||||||
|
|
||||||
|
**System Info:**
|
||||||
|
- Home Assistant Version:
|
||||||
|
- Integration Version:
|
||||||
|
- Device (Mi Band, Zepp, etc):
|
||||||
|
- Android Version:
|
||||||
|
|
||||||
|
**Additional context**
|
||||||
|
Add any other context about the problem here.
|
||||||
|
|
|
||||||
19
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
19
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
|
|
@ -0,0 +1,19 @@
|
||||||
|
---
|
||||||
|
name: 🚀 Feature Request
|
||||||
|
about: Suggest a new idea or feature
|
||||||
|
title: "[FEATURE]"
|
||||||
|
labels: enhancement
|
||||||
|
assignees: ''
|
||||||
|
---
|
||||||
|
|
||||||
|
**Is your feature request related to a problem?**
|
||||||
|
Please describe what you're trying to solve.
|
||||||
|
|
||||||
|
**Describe the solution you'd like**
|
||||||
|
What should be added, improved, or changed?
|
||||||
|
|
||||||
|
**Describe alternatives you've considered**
|
||||||
|
Is there a workaround or a different approach?
|
||||||
|
|
||||||
|
**Additional context**
|
||||||
|
Add any other context or mockups here.
|
||||||
Loading…
Reference in a new issue