From 1d9e7694c5ba51e76597084b193bcb60e6b86231 Mon Sep 17 00:00:00 2001 From: Bhavesh Mishra <69065938+thefool76@users.noreply.github.com> Date: Mon, 28 Oct 2024 15:05:30 +0530 Subject: [PATCH] oss.gg fixed misleading title on the main repo (#8134) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This Pr fix the issue (#8093) In the oss.gg folder under the no-code-challenge directory, the file title is incorrect. The current title reads, “Write a self-host guide blog regarding Twenty CRM,” but the actual task is to “write a blog on integrating n8n or Zapier marketing tool with Twenty CRM." Expected behavior The file title should accurately reflect the actual task to avoid confusion. It should read: “Write a blog on integrating n8n or Zapier marketing tool with Twenty CRM." Example: • File Path: oss.gg/no-code-challenge/ • Suggested Fix: Update the file title to match the actual task Points 50 --- ...egrate-Twenty-with-marketing-automation-tool-(n8n, Zapier).md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename oss-gg/twenty-no-code-challenges/{2-write-selfthost-guide-blog-post-20.md => 2-write-a-blog-on-how-to-integrate-Twenty-with-marketing-automation-tool-(n8n, Zapier).md} (100%) diff --git a/oss-gg/twenty-no-code-challenges/2-write-selfthost-guide-blog-post-20.md b/oss-gg/twenty-no-code-challenges/2-write-a-blog-on-how-to-integrate-Twenty-with-marketing-automation-tool-(n8n, Zapier).md similarity index 100% rename from oss-gg/twenty-no-code-challenges/2-write-selfthost-guide-blog-post-20.md rename to oss-gg/twenty-no-code-challenges/2-write-a-blog-on-how-to-integrate-Twenty-with-marketing-automation-tool-(n8n, Zapier).md