mirror of
https://github.com/sudoxnym/brands.git
synced 2026-04-14 19:47:34 +00:00
Add repository issue & PR templates
This commit is contained in:
parent
035379c803
commit
546ed57275
3 changed files with 89 additions and 0 deletions
16
.github/ISSUE_TEMPLATE/BUG_REPORT.md
vendored
Normal file
16
.github/ISSUE_TEMPLATE/BUG_REPORT.md
vendored
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
---
|
||||
name: Report a bug with the Home Assistant Brands
|
||||
about: Report an issue with Home Assistant Brands
|
||||
---
|
||||
<!-- READ THIS FIRST:
|
||||
- If you need additional help with this template, please refer to https://www.home-assistant.io/help/reporting_issues/
|
||||
- Do not report issues for (custom) integrations.
|
||||
DO NOT DELETE ANY TEXT from this template! Otherwise, your issue may be closed without comment.
|
||||
-->
|
||||
## 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.
|
||||
-->
|
||||
|
||||
## Additional information
|
||||
20
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
20
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
blank_issues_enabled: false
|
||||
contact_links:
|
||||
- name: Report a bug with Home Assistant Core
|
||||
url: https://github.com/home-assistant/core/issues
|
||||
about: This is the issue tracker for our brand assets. Please report issues with the Core in the Core repository.
|
||||
- name: Report a bug with the UI, Frontend or Lovelace
|
||||
url: https://github.com/home-assistant/frontend/issues
|
||||
about: This is the issue tracker for our backend. Please report issues with the UI in the Frontend 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: Feature Request
|
||||
url: https://community.home-assistant.io/c/feature-requests
|
||||
about: Please use our Community Forum for making 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!
|
||||
53
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
53
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
|
|
@ -0,0 +1,53 @@
|
|||
<!--
|
||||
You are amazing! Thanks for contributing to our project!
|
||||
Please, DO NOT DELETE ANY TEXT from this template! (unless instructed).
|
||||
-->
|
||||
## Proposed change
|
||||
<!--
|
||||
Describe the big picture of your changes here to communicate to the
|
||||
maintainers why we should accept this pull request.
|
||||
-->
|
||||
|
||||
|
||||
## Type of change
|
||||
<!--
|
||||
What type of change does your PR introduce to the Home Assistant Brands?
|
||||
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.
|
||||
-->
|
||||
|
||||
- [ ] Add a new logo or icon for a new integration
|
||||
- [ ] Add a missing icon or logo for an existing integration
|
||||
- [ ] Replace an exiting icon or logo with a higher quality version
|
||||
- [ ] Removing an icon or logo
|
||||
|
||||
## 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 #
|
||||
- Link to code base pull request:
|
||||
- Link to documentation pull request:
|
||||
- Link to integration documentation on our website:
|
||||
|
||||
## 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 contribution.
|
||||
-->
|
||||
|
||||
- [ ] The added/replaced image(s) are **PNG**
|
||||
- [ ] The added/replaced image(s) are in the **rRGB** color space
|
||||
- [ ] Icon image size is 256x256px (`icon.png`)
|
||||
- [ ] hDPI icon image size is 512x512px for (`icon@2x.png`)
|
||||
- [ ] Logo image size has min 128px, but max 256px, on the shortest side (`logo.png`)
|
||||
- [ ] hDPI logo image size has min 256px, but max 512px, on the shortest side (`logo@2x.png`)
|
||||
|
||||
<!--
|
||||
Thank you for contributing <3
|
||||
-->
|
||||
Loading…
Reference in a new issue