From f33f8d065b833bdd01ce863ee756bdee9b08ba7c Mon Sep 17 00:00:00 2001 From: Rafe Colton Date: Fri, 23 Jan 2026 22:13:32 -0800 Subject: [PATCH] Use the `External` label by default for standard issues --- .github/ISSUE_TEMPLATE/Standard.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/Standard.md b/.github/ISSUE_TEMPLATE/Standard.md index 00f92597cf8bc..bc133502802ab 100644 --- a/.github/ISSUE_TEMPLATE/Standard.md +++ b/.github/ISSUE_TEMPLATE/Standard.md @@ -1,7 +1,7 @@ --- name: Standard issue template about: A standard template to follow when creating a new issue in this repository -labels: Bug, Daily +labels: Bug, Daily, External --- If you haven’t already, check out our [contributing guidelines](https://github.com/Expensify/ReactNativeChat/blob/main/contributingGuides/CONTRIBUTING.md) for onboarding and email contributors@expensify.com to request to join our Slack channel!