Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Oct 9, 2025

  • Create new flutter_bug_report.md template file with "is flutter" label
  • Update bug_report.md title to "Dart extension bug report"
  • Update flutter_bug_report.md title to "Flutter extension bug report"
  • Verify the templates appear correctly in GitHub's issue creation UI
  • Rename bug_report.md to bug_report_dart.md for consistency
  • Remove "(if the issue relates to Flutter debugging)" from Flutter template
Original prompt

This section details on the original issue you should resolve

<issue_title>Wish for a "new issue" template that is clearly marked for "Flutter extension"</issue_title>
<issue_description>The Flutter extension issues are to be filed here in the Dart-code/dart-code repo's issue tracker. Which is fine, but just a little confusing. Some folks might end up on dart-code/dart-code looking to file an issue on the flutter extension and wonder if they made a wrong turn :)

Suggestion:

Create an explicit "Flutter extension" template which appears when you click "New issue". That way, it's clear that this is the right place to file an issue on the Flutter extension.

Thanks for considering!</issue_description>

<agent_instructions>Makes sense, thanks!

Add a flutter_bug_report.md in .github/ISSUE_TEMPLATE that's the same but also adds the is flutter label. Also update the titles so they're named "Dart extension bug report" and "Flutter extension bug report" respectively.</agent_instructions>

Comments on the Issue (you are @copilot in this section)

@DanTup Makes sense, thanks!

@copilot - add a flutter_bug_report.md in .github/ISSUE_TEMPLATE that's the same but also adds the is flutter label. Also update the titles so they're named "Dart extension bug report" and "Flutter extension bug report" respectively.</comment_new>

Fixes #5747


💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.

…ug report title

Co-authored-by: DanTup <1078012+DanTup@users.noreply.github.com>
Copilot AI changed the title [WIP] Add Flutter extension issue template for clarity Add Flutter extension bug report template and clarify Dart extension template Oct 9, 2025
Copilot AI requested a review from DanTup October 9, 2025 16:34
@@ -1,6 +1,6 @@
---
name: Bug report
about: Report something not working as expected
name: Dart extension bug report
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rename this file to bug_report_dart.md for consistency

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done in commit 91821b7. The file has been renamed to bug_report_dart.md.

- VS Code version:
- Dart extension version:
- Dart/Flutter SDK version:
- Target device (if the issue relates to Flutter debugging):
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove (if the issue relates to Flutter debugging) since they've already picked Flutter here

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done in commit 91821b7. Removed the redundant text since this is already the Flutter-specific template.

@DanTup
Copy link
Member

DanTup commented Oct 9, 2025

@copilot address the comments

…ndant text

Co-authored-by: DanTup <1078012+DanTup@users.noreply.github.com>
Copilot AI requested a review from DanTup October 9, 2025 16:42
@DanTup DanTup marked this pull request as ready for review October 9, 2025 16:44
@DanTup DanTup merged commit 4d48345 into master Oct 9, 2025
@DanTup DanTup deleted the copilot/add-flutter-issue-template branch October 9, 2025 16:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Wish for a "new issue" template that is clearly marked for "Flutter extension"

2 participants