✏️ Add issue templates

This commit is contained in:
Sébastien Clément 2020-10-12 19:13:09 +02:00 committed by GitHub
parent 75cc45a65e
commit 60b31e7f5f
2 changed files with 54 additions and 0 deletions

27
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@ -0,0 +1,27 @@
---
name: Bug report
about: You found a bug ? Please use this template !
title: ''
labels: bug
assignees: ''
---
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
**Expected behavior**
A clear and concise description of what you expected to happen.
**System information**
- Home Assistant Version :
- Home Assistant Supervisor Version :
- Nextcloud Version :
- Addon version :
- If any, reverse proxy in fort on Nextcloud :
**Additional context**
Add any other context about the problem here.

View File

@ -0,0 +1,27 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''
---
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.
**System information**
- Home Assistant Version :
- Home Assistant Supervisor Version :
- Nextcloud Version :
- Addon version :
- If any, reverse proxy in fort on Nextcloud :
**Additional context**
Add any other context or screenshots about the feature request here.