diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index d4093fe4..0a3cc5e7 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,52 +1,45 @@ --- name: Bug report -about: Create a report to help us improve +about: Create a report to help the card improve title: '' labels: bug assignees: '' --- - + + + + + **Checklist:** -- [ ] I updated to the latest version available -- [ ] I cleared the cache of my browser - -**Release with the issue:** - -**Last working release (if known):** +- Please try updating to the [latest available version](https://github.com/dermotduffy/frigate-hass-card/releases). +- Please try clearing your browser cache. -**Browser and Operating System:** +**[REQUIRED] Card diagnostic information:** -**Description of problem:** +```yaml - +``` -**Frigate card diagnostic information** +**[REQUIRED] Description of problem:** -```yaml +**[OPTIONAL] Last working release (if known):** -``` -**Javascript errors shown in the web inspector (if applicable):** +**[OPTIONAL] Javascript errors shown in the web inspector:** -``` +```text ``` -**Additional information:** +**[OPTIONAL] Additional information:** diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 22b00af0..730c21ea 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -6,14 +6,14 @@ 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 [...] +**[REQUIRED] Describe the feature you'd like:** -**Describe the solution you'd like** A clear and concise description of what you want to happen. -**Describe alternatives you've considered** +**[OPTIONAL] Describe alternatives you've considered:** + A clear and concise description of any alternative solutions or features you've considered. -**Additional context** +**[OPTIONAL] Additional context:** + Add any other context or screenshots about the feature request here.