Repo created
Some checks are pending
Continuous Integration / ktlint (push) Waiting to run
Continuous Integration / detekt (push) Waiting to run
Continuous Integration / build (push) Waiting to run

This commit is contained in:
Fr4nz D13trich 2025-11-24 09:22:21 +01:00
parent 368e9c2100
commit 4fa38b691e
262 changed files with 17567 additions and 2 deletions

31
.github/ISSUE_TEMPLATE/bug-report.md vendored Normal file
View file

@ -0,0 +1,31 @@
---
name: Bug Report
about: Create a report to help improving the app
title: "[Bug Report] Your Title"
labels: bug
assignees: ''
---
**Description**
_A clear and concise description of what the bug is.
Please add steps to reproduce the behavior._
<details>
<summary><b>Screenshots</b></summary>
_Add screenshots here to describe the problem._
</details>
<details>
<summary><b>Logs</b></summary>
_Add a detailed stack trace / crash log here if applicable_
</details>
**Additional information**
- Android version: _System Settings > About > Android version (varies per device)_
- Home App version: _Settings > About > Version_
- Installation source: _Google Play / F-Drod / Own Build_

View file

@ -0,0 +1,18 @@
---
name: Feature Request
about: Suggest an idea for this project
title: "[Feature Request] Your Title"
labels: enhancement
assignees: ''
---
**Describe the solution you'd like**
_A clear and concise description of what you want to happen._
<details>
<summary><b>Additional context</b></summary>
_Add any other context or screenshots about the feature request here._
</details>