Repo created
This commit is contained in:
parent
368e9c2100
commit
4fa38b691e
262 changed files with 17567 additions and 2 deletions
31
.github/ISSUE_TEMPLATE/bug-report.md
vendored
Normal file
31
.github/ISSUE_TEMPLATE/bug-report.md
vendored
Normal 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_
|
||||
18
.github/ISSUE_TEMPLATE/feature-request.md
vendored
Normal file
18
.github/ISSUE_TEMPLATE/feature-request.md
vendored
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue