Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename template dir to actually work #67

Merged
merged 2 commits into from
Oct 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 38 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: ''

---

**IMPORTANT NOTE**

You are using an integration that is still in development. We expect bugs, and hope to be able to fix them soon. Please expect bugs as well.
This integration currently only supports the MySkoda API compatible with the MySkoda App.

We have no intention to support features not in the MySkoda App, for instance the Skoda Essentials app.

**Please search issues in https://github.com/skodaconnect/myskoda and https://github.com/skodaconnect/homeassistant-myskoda for duplicates or fixes before reporting a new issue.**

**Describe the bug**
A clear and concise description of what the bug is.

**Is this working in MySkoda app?***
Logout and login in the MySkoda app, preferably on Android.
Make sure that you have the latest app updates, sometimes there's new consent needed that will only show in latest app version.

**Latest working release**
If the problem started after updating to a new release, please state latest working release.

**Debug logs**
If applicable, add debug logs. Debug logs help us locate and fix a problem quicker

**Installation:**
- Home Assistant variant: [e.g. Hass OS, Docker, Core, Supervised]
- Python version (when running Core or Supervised) [e.g. 3.7, 3.8]
- Python library versions ["python3 -m pip list"]

**Additional context**
Add any other context about the problem here.
18 changes: 18 additions & 0 deletions .github/ISSUE_TEMPLATE/custom.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
name: Custom issue
about: When no other template fits.
title: ''
labels: ''
assignees: ''

---

**IMPORTANT NOTE**

You are using an integration that is still in development. We expect bugs, and hope to be able to fix them soon. Please expect bugs as well.
This integration currently only supports the MySkoda API compatible with the MySkoda App.

We have no intention to support features not in the MySkoda App, for instance the Skoda Essentials app.

**Please search issues in https://github.com/skodaconnect/myskoda and https://github.com/skodaconnect/homeassistant-myskoda for duplicates or fixes before reporting a new issue.**

28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''

---
**IMPORTANT NOTE**

You are using an integration that is still in development.
This integration currently only supports the MySkoda API compatible with the MySkoda App.

We have no intention to support features not in the MySkoda App, for instance the Skoda Essentials app.

**Please search issues in https://github.com/skodaconnect/myskoda and https://github.com/skodaconnect/homeassistant-myskoda for duplicates or fixes before reporting a new feature request.**

**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.

**Additional context**
Add any other context or screenshots about the feature request here.
Loading