From f5c47131adfebef5086993f1a47e32c7a65f132d Mon Sep 17 00:00:00 2001 From: "alice.juan" Date: Wed, 6 Mar 2024 15:00:16 +0100 Subject: [PATCH] feat(frontend): Reword export message --- taxonomy-editor-frontend/src/pages/export/index.tsx | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/taxonomy-editor-frontend/src/pages/export/index.tsx b/taxonomy-editor-frontend/src/pages/export/index.tsx index fdf6cc4d..788e2cfe 100644 --- a/taxonomy-editor-frontend/src/pages/export/index.tsx +++ b/taxonomy-editor-frontend/src/pages/export/index.tsx @@ -88,8 +88,13 @@ const ExportTaxonomyToGithub = ({ Your changes have been exported to GitHub! - Thank you for contributing! A community member will review your - changes soon. + Thank you for your contribution!
+ Please check your pull request (PR) to ensure everything looks good. + Feel free to add a quick description of your changes for better + context. +
+ Additionnally, it's also important to monitor the PR to respond + to any comments from other contributors.