From cbda6a9d1d3cc5377d9568f2f512b645ef1948e2 Mon Sep 17 00:00:00 2001 From: Salakar Date: Mon, 15 Jul 2024 16:18:48 +0100 Subject: [PATCH] chore: rename issue template --- ...bug_report.md => Other_platforms_bug_report.yml} | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) rename .github/ISSUE_TEMPLATE/{Other_platforms_bug_report.md => Other_platforms_bug_report.yml} (82%) diff --git a/.github/ISSUE_TEMPLATE/Other_platforms_bug_report.md b/.github/ISSUE_TEMPLATE/Other_platforms_bug_report.yml similarity index 82% rename from .github/ISSUE_TEMPLATE/Other_platforms_bug_report.md rename to .github/ISSUE_TEMPLATE/Other_platforms_bug_report.yml index 20fd3cb620..0f35596f10 100644 --- a/.github/ISSUE_TEMPLATE/Other_platforms_bug_report.md +++ b/.github/ISSUE_TEMPLATE/Other_platforms_bug_report.yml @@ -1,10 +1,10 @@ ---- name: '⚠️ Other Platforms - Bug/Issue report' -about: Please provide as much detail as possible. Issues may be closed if they do - not follow the template. title: "[\U0001F41B] Other Platforms Bug Report Title - CHANGE ME " -labels: 'Help: Needs Triage, Impact: Bug, Platform: Other' -description: Create an issue specific to Other platforms on React Native Firebase. +labels: + - 'Help: Needs Triage' + - 'Impact: Bug' + - 'Platform: Other' +description: Create an issue specific to 'Other' platforms on React Native Firebase (not Android or iOS). body: - type: checkboxes attributes: @@ -61,6 +61,3 @@ body: label: Additional context and comments description: | Anything else you want to add for this issue? ---- - -- 👉 Check out [`React Native Firebase`](https://twitter.com/rnfirebase) and [`Invertase`](https://twitter.com/invertaseio) on Twitter for updates on the library.