Skip to content

Conversation

Copy link

Copilot AI commented Nov 14, 2025

Issue requested strategies to increase project donations.

Changes

README.md

  • Fixed typo: doantedonate
  • Added prominent donation badge and callout at top
  • Expanded donation section with clear value proposition:
    • Why donate (maintenance, features, open source)
    • Multiple contribution methods (donate, star, share)
    • Visual badges for better discoverability

SocialBox.sh

  • Added donation reminder to startup banner (3 lines below ASCII art)
  • Added exit prompt with formatted donation box (shown on option 99)

Implementation

Startup banner addition:

echo -e "   $Cyan━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━$nc"
echo -e "   $yellow💖 Support: github.com/samsesh/donate | ⭐ Star us!$nc"
echo -e "   $Cyan━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━$nc"

Exit prompt:

echo -e "$yellow┌─────────────────────────────────────────────────────┐$nc"
echo -e "$yellow$green        💖 Support SocialBox Development         $yellow$nc"
echo -e "$yellow├─────────────────────────────────────────────────────┤$nc"
echo -e "$yellow$nc  If this tool helped you, please consider:      $yellow$nc"
echo -e "$yellow$nc  ⭐ Star the repository on GitHub               $yellow$nc"
echo -e "$yellow$nc  💰 Donate: github.com/samsesh/donate           $yellow$nc"
# ... additional lines

3 touchpoints (README top, startup, exit) with non-intrusive timing. +42 lines, maintains existing functionality.

Original prompt

how to get more donate on this project ?


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI changed the title [WIP] Develop strategies to increase donations for the project Enhance donation visibility with strategic touchpoints Nov 14, 2025
Copilot AI requested a review from samsesh November 14, 2025 17:09
Copilot finished work on behalf of samsesh November 14, 2025 17:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants