Skip to content

Reformat ASCII banner #131

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Apr 11, 2025
Merged

Reformat ASCII banner #131

merged 3 commits into from
Apr 11, 2025

Conversation

HeshamHM28
Copy link
Contributor

@HeshamHM28 HeshamHM28 commented Apr 9, 2025

User description

Screenshot 2025-04-10 at 10 22 42 AM


PR Type

  • Enhancement

Description

  • Replace old ASCII art banner

  • Add new multi-line banner art

  • Update version string alignment in banner


Changes walkthrough 📝

Relevant files
Enhancement
cmd_init.py
Update ASCII art banner and version layout                             

codeflash/cli_cmds/cmd_init.py

  • Removed outdated ASCII art lines
  • Introduced new multi-line ASCII banner
  • Adjusted version string spacing for alignment
  • +7/-5     

    Need help?
  • Type /help how to ... in the comments thread for any questions about PR-Agent usage.
  • Check out the documentation for more information.
  • @HeshamHM28 HeshamHM28 had a problem deploying to external-trusted-contributors April 9, 2025 09:24 — with GitHub Actions Failure
    @HeshamHM28 HeshamHM28 had a problem deploying to external-trusted-contributors April 9, 2025 09:24 — with GitHub Actions Failure
    @HeshamHM28 HeshamHM28 had a problem deploying to external-trusted-contributors April 9, 2025 09:24 — with GitHub Actions Failure
    @HeshamHM28 HeshamHM28 had a problem deploying to external-trusted-contributors April 9, 2025 09:24 — with GitHub Actions Failure
    @HeshamHM28 HeshamHM28 had a problem deploying to external-trusted-contributors April 9, 2025 09:24 — with GitHub Actions Failure
    @HeshamHM28 HeshamHM28 had a problem deploying to external-trusted-contributors April 9, 2025 09:24 — with GitHub Actions Failure
    @HeshamHM28 HeshamHM28 had a problem deploying to external-trusted-contributors April 9, 2025 09:24 — with GitHub Actions Failure
    @HeshamHM28 HeshamHM28 had a problem deploying to external-trusted-contributors April 9, 2025 09:24 — with GitHub Actions Error
    Copy link

    github-actions bot commented Apr 9, 2025

    PR Reviewer Guide 🔍

    Here are some key observations to aid the review process:

    ⏱️ Estimated effort to review: 1 🔵⚪⚪⚪⚪
    🧪 No relevant tests
    🔒 No security concerns identified
    ⚡ Recommended focus areas for review

    Formatting

    Verify that the new ASCII banner maintains proper alignment and readability across various terminal environments.

    r" ██████╗ ██████╗ ██████╗ ███████╗███████╗██╗      █████╗ ███████╗██╗  ██╗" + f"{LF}"
    r"██╔════╝██╔═══██╗██╔══██╗██╔════╝██╔════╝██║     ██╔══██╗██╔════╝██║  ██║" + f"{LF}"
    r"██║     ██║   ██║██║  ██║█████╗  █████╗  ██║     ███████║███████╗███████║" + f"{LF}"
    r"██║     ██║   ██║██║  ██║██╔══╝  ██╔══╝  ██║     ██╔══██║╚════██║██╔══██║" + f"{LF}"
    r"╚██████╗╚██████╔╝██████╔╝███████╗██║     ███████╗██║  ██║███████║██║  ██║" + f"{LF}"
    r" ╚═════╝ ╚═════╝ ╚═════╝ ╚══════╝╚═╝     ╚══════╝╚═╝  ╚═╝╚══════╝╚═╝  ╚═╝" + f"{LF}"
    f"{('v' + version).rjust(76)}{LF}"

    Copy link

    github-actions bot commented Apr 9, 2025

    PR Code Suggestions ✨

    No code suggestions found for the PR.

    @HeshamHM28 HeshamHM28 had a problem deploying to external-trusted-contributors April 10, 2025 21:45 — with GitHub Actions Failure
    @HeshamHM28 HeshamHM28 had a problem deploying to external-trusted-contributors April 10, 2025 21:45 — with GitHub Actions Failure
    @HeshamHM28 HeshamHM28 had a problem deploying to external-trusted-contributors April 10, 2025 21:45 — with GitHub Actions Failure
    @HeshamHM28 HeshamHM28 had a problem deploying to external-trusted-contributors April 10, 2025 21:45 — with GitHub Actions Failure
    @HeshamHM28 HeshamHM28 had a problem deploying to external-trusted-contributors April 10, 2025 21:45 — with GitHub Actions Failure
    @HeshamHM28 HeshamHM28 had a problem deploying to external-trusted-contributors April 10, 2025 21:45 — with GitHub Actions Failure
    @HeshamHM28 HeshamHM28 had a problem deploying to external-trusted-contributors April 10, 2025 21:45 — with GitHub Actions Failure
    @HeshamHM28 HeshamHM28 had a problem deploying to external-trusted-contributors April 10, 2025 21:45 — with GitHub Actions Error
    @Saga4 Saga4 had a problem deploying to external-trusted-contributors April 11, 2025 11:57 — with GitHub Actions Failure
    @Saga4 Saga4 had a problem deploying to external-trusted-contributors April 11, 2025 11:57 — with GitHub Actions Failure
    @Saga4 Saga4 had a problem deploying to external-trusted-contributors April 11, 2025 11:57 — with GitHub Actions Failure
    @Saga4 Saga4 had a problem deploying to external-trusted-contributors April 11, 2025 11:57 — with GitHub Actions Failure
    @Saga4 Saga4 had a problem deploying to external-trusted-contributors April 11, 2025 11:57 — with GitHub Actions Failure
    @Saga4 Saga4 had a problem deploying to external-trusted-contributors April 11, 2025 11:57 — with GitHub Actions Failure
    @Saga4 Saga4 had a problem deploying to external-trusted-contributors April 11, 2025 11:57 — with GitHub Actions Failure
    @Saga4 Saga4 had a problem deploying to external-trusted-contributors April 11, 2025 11:57 — with GitHub Actions Error
    @Saga4 Saga4 merged commit d035581 into main Apr 11, 2025
    7 of 15 checks passed
    KRRT7 pushed a commit that referenced this pull request Apr 14, 2025
    * format ASCII text banner
    
    * Change Banner Text to lower case
    
    ---------
    
    Co-authored-by: Sarthak Agarwal <sarthak.saga@gmail.com>
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Projects
    None yet
    Development

    Successfully merging this pull request may close these issues.

    2 participants