mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-12 03:46:49 +00:00
Merge branch 'current' into next
This commit is contained in:
commit
e32b70cd3a
7
.github/ISSUE_TEMPLATE.md
vendored
Normal file
7
.github/ISSUE_TEMPLATE.md
vendored
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
## 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 instead.
|
||||||
|
-->
|
||||||
|
|
||||||
|
|
24
.github/ISSUE_TEMPLATE/config.yml
vendored
24
.github/ISSUE_TEMPLATE/config.yml
vendored
@ -1,14 +1,14 @@
|
|||||||
blank_issues_enabled: false
|
blank_issues_enabled: false
|
||||||
contact_links:
|
contact_links:
|
||||||
- name: Report a bug/issue with Home Assistant itself
|
- name: Report a bug/issue with Home Assistant Core itself
|
||||||
url: https://github.com/home-assistant/home-assistant/issues
|
url: https://github.com/home-assistant/core/issues
|
||||||
about: This is the issue tracker for our website. Please report issues with Home Assistant in the main repository.
|
about: This is the issue tracker for our website. Please report issues with Home Assistant Core in the main repository.
|
||||||
- name: I have a question or need support
|
- name: I have a question or need support
|
||||||
url: https://www.home-assistant.io/help
|
url: https://www.home-assistant.io/help
|
||||||
about: We use GitHub for tracking bugs, check our website for resources on getting help.
|
about: We use GitHub for tracking bugs, check our website for resources on getting help.
|
||||||
- name: Feature Request
|
- name: Feature Request
|
||||||
url: https://community.home-assistant.io/c/feature-requests
|
url: https://community.home-assistant.io/c/feature-requests
|
||||||
about: Please use our Community Forum for doing feature requests.
|
about: Please use our Community Forum for doing feature requests.
|
||||||
- name: I'm unsure where to go
|
- name: I'm unsure where to go
|
||||||
url: https://www.home-assistant.io/join-chat
|
url: https://www.home-assistant.io/join-chat
|
||||||
about: If you are unsure where to go, then joining our chat is recommended; Just ask!
|
about: If you are unsure where to go, then joining our chat is recommended; Just ask!
|
||||||
|
6
.github/PULL_REQUEST_TEMPLATE.md
vendored
6
.github/PULL_REQUEST_TEMPLATE.md
vendored
@ -18,6 +18,7 @@
|
|||||||
- [ ] Spelling, grammar or other readability improvements (`current` branch).
|
- [ ] Spelling, grammar or other readability improvements (`current` branch).
|
||||||
- [ ] Adjusted missing or incorrect information in the current documentation (`current` branch).
|
- [ ] Adjusted missing or incorrect information in the current documentation (`current` branch).
|
||||||
- [ ] Added documentation for a new integration I'm adding to Home Assistant (`next` branch).
|
- [ ] Added documentation for a new integration I'm adding to Home Assistant (`next` branch).
|
||||||
|
- [ ] I've opened up a PR to add logo's and icons in [Brands repository](https://github.com/home-assistant/brands).
|
||||||
- [ ] Added documentation for a new feature I'm adding to Home Assistant (`next` branch).
|
- [ ] Added documentation for a new feature I'm adding to Home Assistant (`next` branch).
|
||||||
- [ ] Removed stale or deprecated documentation.
|
- [ ] Removed stale or deprecated documentation.
|
||||||
|
|
||||||
@ -27,8 +28,9 @@
|
|||||||
Please be sure to fill out additional details, if applicable.
|
Please be sure to fill out additional details, if applicable.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
- Link to parent pull request in the codebase:
|
- Link to parent pull request in the codebase:
|
||||||
- This PR fixes or closes issue:
|
- Link to parent pull request in the Brands repository:
|
||||||
|
- This PR fixes or closes issue:
|
||||||
|
|
||||||
## Checklist
|
## Checklist
|
||||||
<!--
|
<!--
|
||||||
|
Loading…
x
Reference in New Issue
Block a user