Skip to content

Commit

Permalink
chore: update bot feature req message
Browse files Browse the repository at this point in the history
  • Loading branch information
moskalakamil committed Dec 17, 2024
1 parent 3da4f1c commit 2c1a682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/validate.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2c1a682

Please sign in to comment.