From c6d5f0f6f00866f2ad41c0579e810f810cb2e0f7 Mon Sep 17 00:00:00 2001 From: Helin Shiah Date: Mon, 17 Nov 2025 13:05:25 -0800 Subject: [PATCH 1/3] Update issue templates These are based on github defaults and pulling some version info suggestions from the Flutter template. --- .github/ISSUE_TEMPLATE/bug_report.md | 33 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 20 ++++++++++++++ 2 files changed, 53 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 000000000..d4c8bb1a7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,33 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Version information** + - Dart plugin version: [Find in Settings > Plugin] + - IDE platform version: [e.g. Android Studio Otter, IntelliJ IDEA 2025.2] + - OS: [e.g. Mac, Windows, Linux] + - Flutter version: [Run `flutter --version`] + +**Error messages / Logs / Other context** +Add error messages, relevant logs (Help > Show log in finder > idea.log), error messages, or any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 000000000..bbcbbe7d6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: '' +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. From 75a6d9fe2d18360f09e1cf8d55a26bf97be156f5 Mon Sep 17 00:00:00 2001 From: Helin Shiah Date: Mon, 17 Nov 2025 13:09:07 -0800 Subject: [PATCH 2/3] Apply suggestion from @gemini-code-assist[bot] about plural plugins Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index d4c8bb1a7..af57e87b6 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -24,7 +24,7 @@ A clear and concise description of what you expected to happen. If applicable, add screenshots to help explain your problem. **Version information** - - Dart plugin version: [Find in Settings > Plugin] + - Dart plugin version: [Find in Settings > Plugins] - IDE platform version: [e.g. Android Studio Otter, IntelliJ IDEA 2025.2] - OS: [e.g. Mac, Windows, Linux] - Flutter version: [Run `flutter --version`] From 6beed4a747d36a9db9bdc24c3b870f22b054a292 Mon Sep 17 00:00:00 2001 From: Helin Shiah Date: Mon, 17 Nov 2025 13:09:25 -0800 Subject: [PATCH 3/3] Apply suggestion from @gemini-code-assist[bot] to delete repeat error messages Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index af57e87b6..d2e54f4bb 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -30,4 +30,4 @@ If applicable, add screenshots to help explain your problem. - Flutter version: [Run `flutter --version`] **Error messages / Logs / Other context** -Add error messages, relevant logs (Help > Show log in finder > idea.log), error messages, or any other context about the problem here. +Add error messages, relevant logs (Help > Show log in finder > idea.log), or any other context about the problem here.