mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Update issue and PR templates (#11836)
* Update issue and PR templates * Remove lorem ipsum * Small wording improvement * Update .github/ISSUE_TEMPLATE/config.yml Co-Authored-By: Bram Kragten <mail@bramkragten.nl> Co-authored-by: Bram Kragten <mail@bramkragten.nl>
This commit is contained in:
parent
473f9f8884
commit
5f020d213d
11
.github/ISSUE_TEMPLATE/DOCS_ISSUE.md
vendored
Normal file
11
.github/ISSUE_TEMPLATE/DOCS_ISSUE.md
vendored
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
---
|
||||||
|
name: Website/Docs bug report
|
||||||
|
about: Report incorrect/missing information or other issues with our website.
|
||||||
|
---
|
||||||
|
## 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.
|
||||||
|
-->
|
||||||
|
|
||||||
|
|
14
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
14
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
blank_issues_enabled: false
|
||||||
|
contact_links:
|
||||||
|
- name: Report a bug/issue with Home Assistant itself
|
||||||
|
url: https://github.com/home-assistant/home-assistant/issues
|
||||||
|
about: This is the issue tracker for our website. Please report issues with Home Assistant in the main repository.
|
||||||
|
- 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: Feature Request
|
||||||
|
url: https://community.home-assistant.io/c/feature-requests
|
||||||
|
about: Please use our Community Forum for doing feature requests.
|
||||||
|
- 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!
|
45
.github/PULL_REQUEST_TEMPLATE.md
vendored
45
.github/PULL_REQUEST_TEMPLATE.md
vendored
@ -1,11 +1,46 @@
|
|||||||
**Description:**
|
## 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.
|
||||||
|
-->
|
||||||
|
|
||||||
|
|
||||||
**Pull request in home-assistant (if applicable):** home-assistant/home-assistant#<home-assistant PR number goes here>
|
|
||||||
|
|
||||||
## Checklist:
|
## Type of change
|
||||||
|
<!--
|
||||||
|
What types of changes does your PR introduce to our documention/website?
|
||||||
|
Put an `x` in the boxes that apply. You can also fill these out after
|
||||||
|
creating the PR.
|
||||||
|
-->
|
||||||
|
|
||||||
- [ ] Branch: `next` is for changes and new documentation that will go public with the next Home Assistant release. Fixes, changes and adjustments for the current release should be created against `current`.
|
- [ ] Spelling, grammar or other readability improvements (`current` branch).
|
||||||
- [ ] The documentation follows the [standards][standards].
|
- [ ] 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 feature I'm adding to Home Assistant (`next` branch).
|
||||||
|
- [ ] Removed stale or deprecated documentation.
|
||||||
|
|
||||||
|
## Additional information
|
||||||
|
<!--
|
||||||
|
Details are important, and help maintainers processing your PR.
|
||||||
|
Please be sure to fill out additional details, if applicable.
|
||||||
|
-->
|
||||||
|
|
||||||
|
- Link to parent pull request in the codebase:
|
||||||
|
- This PR fixes or closes issue:
|
||||||
|
|
||||||
|
## 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.
|
||||||
|
-->
|
||||||
|
|
||||||
|
- [ ] This PR uses the correct branch, based on one of the following:
|
||||||
|
- I made a change to the existing documentation and used the `current` branch.
|
||||||
|
- I made a change that is related to an upcoming version of Home Assistant and used the `next` branch.
|
||||||
|
- [ ] The documentation follows the Home Assistant documentation [standards][].
|
||||||
|
|
||||||
[standards]: https://developers.home-assistant.io/docs/documentation_standards.html
|
[standards]: https://developers.home-assistant.io/docs/documentation_standards.html
|
||||||
|
Loading…
x
Reference in New Issue
Block a user