diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.md b/.github/ISSUE_TEMPLATE/BUG_REPORT.md new file mode 100644 index 0000000000..f088f4c019 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.md @@ -0,0 +1,85 @@ +--- +name: Report a bug with the UI, Frontend or Lovelace +about: Report an issue related to the Home Assistant frontend. +labels: bug +--- + +## Checklist + +- [ ] I have updated to the latest available Home Assistant version. +- [ ] I have cleared the cache of my browser. +- [ ] I have tried a different browser to see if it is related to my browser. + +## The problem + + + +## Expected behavior + + + +## Steps to reproduce + + + +## Environment + + +- Home Assistant release with the issue: +- Last working Home Assistant release (if known): +- UI Type (States or Lovelace): +- Browser and browser version: +- Operating system: + +## Problem-relevant configuration + + +```yaml + +``` + +## Javascript errors shown in your browser console/inspector + + +```txt + +``` + +## Additional information + diff --git a/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md new file mode 100644 index 0000000000..634724fcbe --- /dev/null +++ b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md @@ -0,0 +1,25 @@ +--- +name: Request a feature for the UI, Frontend or Lovelace +about: Request an new feature for the Home Assistant frontend. +labels: feature request +--- + +## The request + + + +## The alternatives + + + +## Additional information + diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index e59509d257..0000000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,78 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve -title: "" -labels: bug -assignees: "" ---- - - - -**Checklist:** - -- [ ] I updated to the latest version available -- [ ] I cleared the cache of my browser - -**Home Assistant release with the issue:** - - - -**Last working Home Assistant release (if known):** - -**UI (States or Lovelace UI?):** - - - -**Browser and Operating System:** - - - -**Description of problem:** - - - -**Expected behaviour:** - - - -**Relevant config:** - - - -**Steps to reproduce this problem:** - - - -**Javascript errors shown in the web inspector (if applicable):** - -``` - -``` - -**Additional information:** diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000000..7581c03f17 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,14 @@ +blank_issues_enabled: false +contact_links: + - name: Report a bug that is NOT related to the UI, Frontend or Lovelace + url: https://github.com/home-assistant/home-assistant/issues + about: This is the issue tracker for our frontend. Please report other issues with the backend 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: 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/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index 51d1465c16..0000000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project -title: "" -labels: feature request -assignees: "" ---- - -**Is your feature request related to a problem? Please describe.** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] - -**Describe the solution you'd like** -A clear and concise description of what you want to happen. - -**Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered. - -**Additional context** -Add any other context or screenshots about the feature request here. diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000000..f73933940c --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,77 @@ + +## Breaking change + + + +## Proposed change + + + +## Type of change + + +- [ ] Dependency upgrade +- [ ] Bugfix (non-breaking change which fixes an issue) +- [ ] New feature (thank you!) +- [ ] Breaking change (fix/feature causing existing functionality to break) +- [ ] Code quality improvements to existing code or addition of tests + +## Example configuration + + +```yaml + +``` + +## Additional information + + +- This PR fixes or closes issue: fixes # +- This PR is related to issue: +- Link to documentation pull request: + +## Checklist + + +- [ ] The code change is tested and works locally. +- [ ] There is no commented out code in this PR. +- [ ] Tests have been added to verify that the new code works. + +If user exposed functionality or configuration variables are added/changed: + +- [ ] Documentation added/updated for [www.home-assistant.io][docs-repository] + + +[docs-repository]: https://github.com/home-assistant/home-assistant.io