From 546ed57275f3772ffb635f52f86f57fe71a262e1 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Thu, 5 Mar 2020 21:11:26 +0100 Subject: [PATCH] Add repository issue & PR templates --- .github/ISSUE_TEMPLATE/BUG_REPORT.md | 16 +++++++++ .github/ISSUE_TEMPLATE/config.yml | 20 +++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 53 ++++++++++++++++++++++++++++ 3 files changed, 89 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/BUG_REPORT.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.md b/.github/ISSUE_TEMPLATE/BUG_REPORT.md new file mode 100644 index 00000000..0b31e828 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.md @@ -0,0 +1,16 @@ +--- +name: Report a bug with the Home Assistant Brands +about: Report an issue with Home Assistant Brands +--- + +## The problem + + +## Additional information diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..d31bb36b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -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! diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..621b32b5 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,53 @@ + +## Proposed change + + + +## Type of change + + +- [ ] 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 + + +- 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 + + +- [ ] 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`) + +