Skip to content

Commit c9dea1e

Browse files
authored
Update issue/PR templates (home-assistant#12556)
1 parent 2a66abd commit c9dea1e

File tree

3 files changed

+23
-14
lines changed

3 files changed

+23
-14
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## The problem
2+
<!--
3+
Describe the issue you are experiencing here to communicate to the
4+
maintainers. Tell us what you were trying to do and what happened instead.
5+
-->
6+
7+

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
blank_issues_enabled: false
22
contact_links:
3-
- name: Report a bug/issue with Home Assistant itself
4-
url: https://github.com/home-assistant/home-assistant/issues
5-
about: This is the issue tracker for our website. Please report issues with Home Assistant in the main repository.
6-
- name: I have a question or need support
7-
url: https://www.home-assistant.io/help
8-
about: We use GitHub for tracking bugs, check our website for resources on getting help.
9-
- name: Feature Request
10-
url: https://community.home-assistant.io/c/feature-requests
11-
about: Please use our Community Forum for doing feature requests.
12-
- name: I'm unsure where to go
13-
url: https://www.home-assistant.io/join-chat
14-
about: If you are unsure where to go, then joining our chat is recommended; Just ask!
3+
- name: Report a bug/issue with Home Assistant Core itself
4+
url: https://github.com/home-assistant/core/issues
5+
about: This is the issue tracker for our website. Please report issues with Home Assistant Core in the main repository.
6+
- name: I have a question or need support
7+
url: https://www.home-assistant.io/help
8+
about: We use GitHub for tracking bugs, check our website for resources on getting help.
9+
- name: Feature Request
10+
url: https://community.home-assistant.io/c/feature-requests
11+
about: Please use our Community Forum for doing feature requests.
12+
- name: I'm unsure where to go
13+
url: https://www.home-assistant.io/join-chat
14+
about: If you are unsure where to go, then joining our chat is recommended; Just ask!

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
- [ ] Spelling, grammar or other readability improvements (`current` branch).
1919
- [ ] Adjusted missing or incorrect information in the current documentation (`current` branch).
2020
- [ ] Added documentation for a new integration I'm adding to Home Assistant (`next` branch).
21+
- [ ] I've opened up a PR to add logo's and icons in [Brands repository](https://github.com/home-assistant/brands).
2122
- [ ] Added documentation for a new feature I'm adding to Home Assistant (`next` branch).
2223
- [ ] Removed stale or deprecated documentation.
2324

@@ -27,8 +28,9 @@
2728
Please be sure to fill out additional details, if applicable.
2829
-->
2930

30-
- Link to parent pull request in the codebase:
31-
- This PR fixes or closes issue:
31+
- Link to parent pull request in the codebase:
32+
- Link to parent pull request in the Brands repository:
33+
- This PR fixes or closes issue:
3234

3335
## Checklist
3436
<!--

0 commit comments

Comments
 (0)