-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Update issue and PR templates #4553
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
Merged
Merged
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,85 @@ | ||
| --- | ||
| name: Report a bug with the UI, Frontend or Lovelace | ||
| about: Report an issue related to the Home Assistant frontend. | ||
| labels: bug | ||
| --- | ||
| <!-- READ THIS FIRST: | ||
| - If you need additional help with this template please refer to https://www.home-assistant.io/help/reporting_issues/ | ||
| - Make sure you are running the latest version of Home Assistant before reporting an issue: https://github.com/home-assistant/home-assistant/releases | ||
| - Do not report issues for custom Lovelace cards. | ||
| - 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. | ||
| --> | ||
| ## Checklist | ||
|
|
||
| - [ ] I have updated to the latest available Home Assistant version. | ||
| - [ ] I have cleared the cache of my browser. | ||
| - [ ] I have tried a different browser to see if it is related to my browser. | ||
|
|
||
| ## The problem | ||
| <!-- | ||
| Describe the issue you are experiencing here to communicate to the | ||
| maintainers. Tell us about the current behavior. | ||
| If possible provide a screenshot with a description. | ||
| --> | ||
|
|
||
|
|
||
| ## Expected behavior | ||
| <!-- | ||
| Describe what you expected to happen or it should look/behave. | ||
| If possible provide a screenshot with a description. | ||
| --> | ||
|
|
||
|
|
||
| ## Steps to reproduce | ||
| <!-- | ||
| Provide steps for us, that helps reproducing your issue. | ||
| For example: | ||
| 1. Add a climate integration | ||
| 2. Navigate to Lovelace | ||
| 3. Click more info of the climate entity | ||
| 4. Set the HVAC action to heat | ||
| 5. Set the temperature higher than the current temperature | ||
| 6. Set the HVAC action to cool | ||
| --> | ||
|
|
||
|
|
||
| ## Environment | ||
| <!-- | ||
| Provide details about the versions you are using, which helps us reproducing | ||
| and finding the issue quicker. Version information is found in the | ||
| Home Assistant frontend: Developer tools -> Info. | ||
|
|
||
| Browser version and operating system is important! Please try to replicate | ||
| your issue in a different browser and be sure to include your findings. | ||
| --> | ||
|
|
||
| - Home Assistant release with the issue: | ||
| - Last working Home Assistant release (if known): | ||
| - UI Type (States or Lovelace): | ||
| - Browser and browser version: | ||
| - Operating system: | ||
|
|
||
| ## Problem-relevant configuration | ||
| <!-- | ||
| An example configuration that caused the problem for you. Fill this out even | ||
| if it seems unimportant to you. Please be sure to remove personal information | ||
| like passwords, private URLs and other credentials. | ||
| --> | ||
|
|
||
| ```yaml | ||
|
|
||
| ``` | ||
|
|
||
| ## Javascript errors shown in your browser console/inspector | ||
| <!-- | ||
| If you come across any javascript or other error logs, e.g., in your browser | ||
| console/inspector please provide them. | ||
| --> | ||
|
|
||
| ```txt | ||
|
|
||
| ``` | ||
|
|
||
| ## Additional information | ||
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,25 @@ | ||
| --- | ||
| name: Request a feature for the UI, Frontend or Lovelace | ||
| about: Request an new feature for the Home Assistant frontend. | ||
| labels: feature request | ||
| --- | ||
| <!-- | ||
| DO NOT DELETE ANY TEXT from this template! | ||
| Otherwise, your request may be closed without comment. | ||
| --> | ||
| ## The request | ||
| <!-- | ||
| Describe to our maintainers, the feature you would like to be added. | ||
| Please be clear and concise and, if possible, provide a screenshot or mockup. | ||
| --> | ||
|
|
||
|
|
||
| ## The alternatives | ||
| <!-- | ||
| Are you currently using, or have you considered alternatives? | ||
| If so, could you please describe those? | ||
| --> | ||
|
|
||
|
|
||
| ## Additional information | ||
|
|
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| blank_issues_enabled: false | ||
| contact_links: | ||
| - name: Report a bug that is NOT related to the UI, Frontend or Lovelace | ||
| url: https://github.com/home-assistant/home-assistant/issues | ||
| about: This is the issue tracker for our frontend. Please report other issues with the backend repository. | ||
| - name: Report incorrect or missing information on our website | ||
| url: https://github.com/home-assistant/home-assistant.io/issues | ||
| about: Our documentation has its own issue tracker. Please report issues with the website there. | ||
| - name: I have a question or need support | ||
| url: https://www.home-assistant.io/help | ||
| about: We use GitHub for tracking bugs, check our website for resources on getting help. | ||
| - name: I'm unsure where to go | ||
| url: https://www.home-assistant.io/join-chat | ||
| about: If you are unsure where to go, then joining our chat is recommended; Just ask! |
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,77 @@ | ||
| <!-- | ||
| You are amazing! Thanks for contributing to our project! | ||
| Please, DO NOT DELETE ANY TEXT from this template! (unless instructed). | ||
| --> | ||
| ## Breaking change | ||
| <!-- | ||
| If your PR contains a breaking change for existing users, it is important | ||
| to tell them what breaks, how to make it work again and why we did this. | ||
| This piece of text is published with the release notes, so it helps if you | ||
| write it towards our users, not us. | ||
| Note: Remove this section if this PR is NOT a breaking change. | ||
| --> | ||
|
|
||
|
|
||
| ## Proposed change | ||
| <!-- | ||
| Describe the big picture of your changes here to communicate to the | ||
| maintainers why we should accept this pull request. If it fixes a bug | ||
| or resolves a feature request, be sure to link to that issue in the | ||
| additional information section. | ||
| --> | ||
|
|
||
|
|
||
| ## Type of change | ||
| <!-- | ||
| What type of change does your PR introduce to the Home Assistant frontend? | ||
| NOTE: Please, check only 1! box! | ||
| If your PR requires multiple boxes to be checked, you'll most likely need to | ||
| split it into multiple PRs. This makes things easier and faster to code review. | ||
| --> | ||
|
|
||
| - [ ] Dependency upgrade | ||
| - [ ] Bugfix (non-breaking change which fixes an issue) | ||
| - [ ] New feature (thank you!) | ||
| - [ ] Breaking change (fix/feature causing existing functionality to break) | ||
| - [ ] Code quality improvements to existing code or addition of tests | ||
|
|
||
| ## Example configuration | ||
| <!-- | ||
| Supplying a configuration snippet, makes it easier for a maintainer to test | ||
| your PR. | ||
| --> | ||
|
|
||
| ```yaml | ||
|
|
||
| ``` | ||
|
|
||
| ## Additional information | ||
| <!-- | ||
| Details are important, and help maintainers processing your PR. | ||
| Please be sure to fill out additional details, if applicable. | ||
| --> | ||
|
|
||
| - This PR fixes or closes issue: fixes # | ||
| - This PR is related to issue: | ||
| - Link to documentation pull request: | ||
|
|
||
| ## Checklist | ||
| <!-- | ||
| Put an `x` in the boxes that apply. You can also fill these out after | ||
| creating the PR. If you're unsure about any of them, don't hesitate to ask. | ||
| We're here to help! This is simply a reminder of what we are going to look | ||
| for before merging your code. | ||
| --> | ||
|
|
||
| - [ ] The code change is tested and works locally. | ||
| - [ ] There is no commented out code in this PR. | ||
| - [ ] Tests have been added to verify that the new code works. | ||
|
|
||
| If user exposed functionality or configuration variables are added/changed: | ||
|
|
||
| - [ ] Documentation added/updated for [www.home-assistant.io][docs-repository] | ||
|
|
||
| <!-- | ||
| Thank you for contributing <3 | ||
| --> | ||
| [docs-repository]: https://github.com/home-assistant/home-assistant.io | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
I thought I made it a checkbox, it would be interesting, right? 👍