From 352f58b772295d72e71fbe66be78226cc218d03e Mon Sep 17 00:00:00 2001 From: Mike Hardy Date: Wed, 15 Jul 2020 01:52:26 -0500 Subject: [PATCH] chore: update issue template "about" field Apparently github won't show a template with an about that is more than 200 chars So our main bug report template was not showing up --- .github/ISSUE_TEMPLATE/Bug_report.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md index e47267a2..edf4dbb1 100644 --- a/.github/ISSUE_TEMPLATE/Bug_report.md +++ b/.github/ISSUE_TEMPLATE/Bug_report.md @@ -1,7 +1,6 @@ --- name: ⚠️ Bug/Issue report - React Native -about: Please provide as much detail as possible to help us with a bug or issue. Issues - are likely to be closed and locked if they do not follow the template. Also note that v5 of react-native-firebase has been deprecated, so issues or bugs related to that version are unlikely to get attention. +about: Please provide as much detail as possible. Issues may be closed if they do not follow the template. Note V5 is deprecated, V5 issues are unlikely to get attention ---