Revise contact details and add 'Get in Touch' section#3
Conversation
Updated contact information and added a new section for getting in touch regarding funding and collaboration.
📝 WalkthroughWalkthroughA documentation update to the creative funding onboarding page, replacing contact instructions, updating X/Twitter tagging references, and introducing a new "Get in Touch" section with revised Telegram and social media guidance. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~5 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Tip Try Coding Plans. Let us write the prompt for your AI agent so you can ship faster (with fewer bugs). Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
🧹 Nitpick comments (1)
content/4.onboarding/creative-funding.md (1)
25-32: Well-structured contact section with minor duplication.The new "Get in Touch" section provides a clean, consolidated reference for all contact channels with good visual hierarchy using emojis. The structure is clear and scannable.
Note: There's some intentional duplication with line 9 (both mention the Telegram links). This appears to serve different purposes—line 9 for initial context and this section as a reference footer—but you may want to consider whether this redundancy is optimal or if the early mention could be simplified to avoid repetition.
♻️ Optional: Consider streamlining line 9 to reduce duplication
If you want to minimize repetition, you could simplify line 9 to reference the contact section:
-Artists are selected after an internal team review. If you are interested, please reach out to the [Chaotic team](https://t.me/Just_Luuuu) or join our public [Telegram channel](https://t.me/chaoticapp). Funding is processed after final artwork delivery, and the Chaotic team prepares the drop. Currently, we focus mainly on generative artists. +Artists are selected after an internal team review. If you are interested, see the [Get in Touch](`#get-in-touch`) section below for contact options. Funding is processed after final artwork delivery, and the Chaotic team prepares the drop. Currently, we focus mainly on generative artists.However, keeping the direct links in line 9 provides immediate access, so the current approach is also valid.
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed. In `@content/4.onboarding/creative-funding.md` around lines 25 - 32, The "Get in Touch" section duplicates the Telegram contact already mentioned earlier; to fix, choose a single canonical placement: keep the full contact block under the "Get in Touch" heading (including "Telegram Community" and "Contact Us About Funding") and remove or simplify the earlier Telegram mention to a brief pointer like "See 'Get in Touch' for contact links", or alternatively keep the earlier direct link and remove the Telegram line from the "Get in Touch" block—update whichever location you change to reference the canonical contact items (the "Get in Touch" heading, "Telegram Community" link text, and "Contact Us About Funding" link text) so the duplication is resolved.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Nitpick comments:
In `@content/4.onboarding/creative-funding.md`:
- Around line 25-32: The "Get in Touch" section duplicates the Telegram contact
already mentioned earlier; to fix, choose a single canonical placement: keep the
full contact block under the "Get in Touch" heading (including "Telegram
Community" and "Contact Us About Funding") and remove or simplify the earlier
Telegram mention to a brief pointer like "See 'Get in Touch' for contact links",
or alternatively keep the earlier direct link and remove the Telegram line from
the "Get in Touch" block—update whichever location you change to reference the
canonical contact items (the "Get in Touch" heading, "Telegram Community" link
text, and "Contact Us About Funding" link text) so the duplication is resolved.
Updated contact information and added a new section for getting in touch regarding funding and collaboration.
Summary by CodeRabbit