From a3cd57d026ae4ad6a4c0cf4e33964fa32affdc9d Mon Sep 17 00:00:00 2001 From: Devon Carew Date: Fri, 27 Sep 2024 09:56:09 -0700 Subject: [PATCH] contribute an issue template for package:native_synchronization --- .github/ISSUE_TEMPLATE/native_synchronization.yml | 5 +++++ pkgs/native_synchronization/README.md | 2 +- pkgs/placeholder | 0 3 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .github/ISSUE_TEMPLATE/native_synchronization.yml delete mode 100644 pkgs/placeholder diff --git a/.github/ISSUE_TEMPLATE/native_synchronization.yml b/.github/ISSUE_TEMPLATE/native_synchronization.yml new file mode 100644 index 00000000..7aa90351 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/native_synchronization.yml @@ -0,0 +1,5 @@ +--- +name: "package:native_synchronization" +about: "Create a bug or file a feature request against package:native_synchronization." +labels: "package:native_synchronization" +--- diff --git a/pkgs/native_synchronization/README.md b/pkgs/native_synchronization/README.md index 0c43bf57..b19183c2 100644 --- a/pkgs/native_synchronization/README.md +++ b/pkgs/native_synchronization/README.md @@ -21,4 +21,4 @@ much higher expected rate of API and breaking changes. Your feedback is valuable and will help us evolve this package. For general feedback, suggestions, and comments, please file an issue in the -[bug tracker](https://github.com/dart-lang/native_synchronization/issues). +[bug tracker](https://github.com/dart-lang/labs/issues). diff --git a/pkgs/placeholder b/pkgs/placeholder deleted file mode 100644 index e69de29b..00000000