From a735a4a58183ff81393fac3d4c28d1f2f34db5ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20Moska=C5=82a?= <91079590+moskalakamil@users.noreply.github.com> Date: Mon, 23 Dec 2024 16:28:25 +0100 Subject: [PATCH] chore: update bot feature req message (#4341) --- .github/scripts/validate.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/validate.js b/.github/scripts/validate.js index 36de83d77f..78ed733c96 100644 --- a/.github/scripts/validate.js +++ b/.github/scripts/validate.js @@ -31,7 +31,7 @@ const BOT_LABELS = [ const SKIP_LABEL = 'No Validation'; const MESSAGE = { - FEATURE_REQUEST: `Thank you for your feature request. We will review it and get back to you if we need more information.`, + FEATURE_REQUEST: `Thanks for the feature request! Check out our roadmap [here](https://github.com/TheWidlarzGroup/react-native-video/discussions/3351). If your request is already there – great! If not, give us some time, and we'll get back to you with information on when TheWidlarzGroup can address it as part of our free open-source support. Alternatively, [contact us](https://www.thewidlarzgroup.com/?utm_source=rnv&utm_medium=feature-request#Contact) to discuss ways to speed up the process.`, BUG_REPORT: `Thank you for your bug report. We will review it and get back to you if we need more information.`, MISSING_INFO: (missingFields) => { return `Thank you for your issue report. Please note that the following information is missing or incomplete:\n\n${missingFields