From c245bd893259fd87ff6dd16c47056c49e47b2c8e Mon Sep 17 00:00:00 2001 From: huycozy <104349824+huycozy@users.noreply.github.com> Date: Fri, 17 Nov 2023 00:24:04 +0700 Subject: [PATCH] Adding new packages to the first-party package issue template (#138540) Closes https://github.com/flutter/flutter/issues/138539. Adding `two_dimensional_scrollables`, `process`, `platform` to the first-party package issue template so user can file issues related to them. --- .github/ISSUE_TEMPLATE/9_first_party_packages.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/9_first_party_packages.yml b/.github/ISSUE_TEMPLATE/9_first_party_packages.yml index 0e8ef8ab04..8964cb4e68 100644 --- a/.github/ISSUE_TEMPLATE/9_first_party_packages.yml +++ b/.github/ISSUE_TEMPLATE/9_first_party_packages.yml @@ -59,12 +59,15 @@ body: - palette_generator - path_provider - pigeon + - platform - plugin_platform_interface - pointer_interceptor + - process - quick_actions - rfw - shared_preferences - standard_message_codec + - two_dimensional_scrollables - url_launcher - video_player - web_benchmarks