From decd9422a4b8e1f7ee4301d43bdfc8d1c0e1a4b6 Mon Sep 17 00:00:00 2001 From: Sam Becker Date: Fri, 14 Nov 2025 12:23:48 -0800 Subject: [PATCH] Adjust github issue template behavior --- .github/ISSUE_TEMPLATE/bug_report.md | 22 ++++++++++++++-------- .github/ISSUE_TEMPLATE/config.yaml | 1 + .github/ISSUE_TEMPLATE/feature_request.md | 2 +- 3 files changed, 16 insertions(+), 9 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/config.yaml diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index d7ddd76f..6cbd13d7 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,27 +1,33 @@ --- name: Bug report -about: Create a report to help us improve +about: Let us know about an issue title: '' -labels: '' +labels: 'bug' assignees: '' --- **Describe the bug** -A clear and concise description of what the bug is. +A clear and concise description of what the issue is. -**Does your template use custom code?** -If so, what features/customizations have you added? +**Does your app use the latest code?** +If no, consider syncing your fork. -**Steps to Reproduce** +**Does your app use custom code?** +If yes, what features/customizations have you introduced? + +**Steps to reproduce** 1. Go to '...' 2. Click on '....' **Screenshots** -If applicable, add screenshots to help explain your problem. +Images of videos demonstrating the issue. **Live deployment** -If applicable, add url to latest deployment/hosted website. +If available, url to latest deployment/hosted website. + +**Configuration details** +Paste contents of `/admin/configuration/export.json` here. **Device details** - Device/OS: [e.g. Windows, macOS, iPhone15Pro, Android] diff --git a/.github/ISSUE_TEMPLATE/config.yaml b/.github/ISSUE_TEMPLATE/config.yaml new file mode 100644 index 00000000..3ba13e0c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yaml @@ -0,0 +1 @@ +blank_issues_enabled: false diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 78dcf2d0..6cd82673 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -2,7 +2,7 @@ name: Feature request about: Suggest an idea for this project title: '' -labels: '' +labels: 'enhancement' assignees: '' ---