-
Notifications
You must be signed in to change notification settings - Fork 16
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 detailed reporting guidelines for UniFi Protect integration issues #293
Conversation
Co-authored-by: J. Nick Koston <[email protected]>
Please make sure this isn't a duplicate issue by searching the existing issues, especially keep an eye on the latest issues and pull requests. | ||
|
||
https://github.com/home-assistant/core/issues?q=%20label%3A%22integration%3A%20unifiprotect%22%20 |
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.
This is not unifiprotect specific and should not be in here.
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.
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.
Just kidding: Ideally, there should be a points system like with a driver's license, where accumulating too many points would block the creation of new bugs!
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.
https://github.com/home-assistant/service-hub/blob/main/services/bots/src/github-webhook/handlers/issue_links.ts
That would be the place for it IMO.
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.
Maybe a better place would be: https://github.com/home-assistant/core/blob/dev/.github/ISSUE_TEMPLATE/bug_report.yml?plain=1
With something like:
"Before opening a new issue, please make sure it isn't a duplicate by reviewing existing issues and pull requests—especially the latest ones. For instance, if you encounter a problem with the unifiprotect integration, check for similar reports by filtering with the label integration: unifiprotect. You can see an example here:
https://github.com/home-assistant/core/issues?q=label%3A%22integration%3A%20unifiprotect%22
Also, remember to look at recently closed issues and pull requests, as your problem might have been addressed there."
1. UniFi OS version | ||
2. Protect version | ||
3. Hardware running Protect (Cloud Key Gen2+, UDM-Pro, etc.) |
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.
How to find this information are missing from the integration documentation.
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.
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.
Impossible to miss when you know what to look for and where to look.
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.
Could we perhaps agree on the following:
- UniFi OS version
- Protect version
- Hardware running Protect (Cloud Key Gen2+, UDM-Pro, etc.)
Note: Both the UniFi OS version and the Protect version can be found on the web dashboard as well as under the "control plane" section in Settings.
No description provided.