From 6f037171970266841c7e88e50e9db1008af5b80b Mon Sep 17 00:00:00 2001 From: sudoxnym <76703581+sudoxnym@users.noreply.github.com> Date: Sun, 13 Apr 2025 13:23:52 -0600 Subject: [PATCH] Add files via upload --- .github/ISSUE_TEMPLATE/bug_report.md | 31 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 19 ++++++++++++++ 2 files changed, 50 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 8b13789..38ec64b 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -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. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..d75d607 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -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.