-
Notifications
You must be signed in to change notification settings - Fork 28
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
Add Github issue template #268
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
@@ -0,0 +1,33 @@ | ||||||||||||||||||||||||||||||||||||||||
<!-- READ THIS FIRST: | ||||||||||||||||||||||||||||||||||||||||
- Always try the latest version before reporting a bug - your issue may already have been fixed. | ||||||||||||||||||||||||||||||||||||||||
- Provide as many details as possible. Paste logs, configuration samples and code into the backticks. | ||||||||||||||||||||||||||||||||||||||||
DO NOT DELETE ANY TEXT from this template! Otherwise, your issue may be closed without comment. | ||||||||||||||||||||||||||||||||||||||||
--> | ||||||||||||||||||||||||||||||||||||||||
## The problem | ||||||||||||||||||||||||||||||||||||||||
<!-- | ||||||||||||||||||||||||||||||||||||||||
Describe the issue you are experiencing here to communicate to the | ||||||||||||||||||||||||||||||||||||||||
maintainers. Tell us what you were trying to do and what happened. | ||||||||||||||||||||||||||||||||||||||||
--> | ||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||
## Environment | ||||||||||||||||||||||||||||||||||||||||
<!-- | ||||||||||||||||||||||||||||||||||||||||
Provide details about the versions you are using, which helps us to reproduce | ||||||||||||||||||||||||||||||||||||||||
and find the issue quicker. Version information is found in the | ||||||||||||||||||||||||||||||||||||||||
Home Assistant frontend: Settings -> About and in `/config/integrations/integration/polestar_api`. | ||||||||||||||||||||||||||||||||||||||||
--> | ||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||
- Polestar API release with the issue: | ||||||||||||||||||||||||||||||||||||||||
- Home Assistant Core release: | ||||||||||||||||||||||||||||||||||||||||
- Operating environment (OS/Container/Supervised/Core): | ||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||
## Traceback/Error logs | ||||||||||||||||||||||||||||||||||||||||
<!-- | ||||||||||||||||||||||||||||||||||||||||
If you come across any trace or error logs, please provide them. | ||||||||||||||||||||||||||||||||||||||||
--> | ||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||
```txt | ||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||
``` | ||||||||||||||||||||||||||||||||||||||||
Comment on lines
+24
to
+31
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🛠️ Refactor suggestion Enhance error logging instructions Add more specific guidance about which logs to include and how to obtain them. ## Traceback/Error logs
<!--
If you come across any trace or error logs, please provide them.
+ Include:
+ 1. Home Assistant logs (Settings -> System -> Logs)
+ 2. Integration logs (enable debug logging in configuration.yaml)
+ 3. Browser console logs (if UI-related)
+
+ Use the code block below and ensure proper formatting
--> 📝 Committable suggestion
Suggested change
|
||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||
## Additional information |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🛠️ Refactor suggestion
Structure the problem description section for better clarity
The problem description section would benefit from more specific prompts to help users provide complete information.
📝 Committable suggestion