Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Dec 8, 2025

Removes emojis from README and CLI to adopt a more professional tone suitable for enterprise environments.

Changes

  • README.md: Removed emojis from section headers (✨ Features → Features, 📦 Installation → Installation, etc.)
  • README.md: Replaced emoji checkmarks in comparison table with plain text (✅/❌ → Yes/No)
  • README.md: Removed emojis from feature list bullet points
  • src/cli/index.ts: Removed checkmark emoji from success message (✓ Cloned toCloned to)

Before:

logger.success(`✓ Cloned to ${result.destination}`)

After:

logger.success(`Cloned to ${result.destination}`)

No functional changes. Source code already contained no emojis.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • google.com
    • Triggering command: /usr/local/bin/node /usr/local/bin/node /home/REDACTED/work/gitly/gitly/node_modules/jest-worker/build/workers/processChild.js (dns block)
  • https://api.github.com/repos/lukeed/gittar/commits/master
    • Triggering command: /usr/local/bin/node /usr/local/bin/node /home/REDACTED/work/gitly/gitly/node_modules/jest-worker/build/workers/processChild.js (http block)
  • https://api.github.com/repos/nonexistent-user-12345/nonexistent-repo-67890/commits/master
    • Triggering command: /usr/local/bin/node /usr/local/bin/node /home/REDACTED/work/gitly/gitly/node_modules/jest-worker/build/workers/processChild.js (http block)

If you need me to access, download, or install something from one of these locations, you can either:

Original prompt

Make it less emoji and fruity on the readme and if the code has that same feel please remove it. You are a senior dev


💡 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.

Co-authored-by: iwatakeshi <1505448+iwatakeshi@users.noreply.github.com>
@codecov
Copy link

codecov bot commented Dec 8, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.49%. Comparing base (ad4f55b) to head (36a9d7a).
⚠️ Report is 3 commits behind head on develop.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop      #47   +/-   ##
========================================
  Coverage    98.49%   98.49%           
========================================
  Files           17       17           
  Lines          532      532           
  Branches       121      121           
========================================
  Hits           524      524           
  Misses           7        7           
  Partials         1        1           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@iwatakeshi iwatakeshi marked this pull request as ready for review December 8, 2025 06:42
@iwatakeshi iwatakeshi merged commit 24b108c into develop Dec 8, 2025
5 checks passed
Copilot AI changed the title [WIP] Remove excessive emojis and playful language from README Remove emojis from documentation and CLI output Dec 8, 2025
Copilot AI requested a review from iwatakeshi December 8, 2025 06:42
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