Skip to content

Conversation

@Tr1120
Copy link

@Tr1120 Tr1120 commented Apr 24, 2025

Added a memory game built with JS, HTML, CSS, and jQuery

@github-actions
Copy link

👋 @Tr1120
Thank you for raising your pull request.
Please make sure you have followed our contributing guidelines. We will review it as soon as possible.

@iamwatchdogs
Copy link
Contributor

Hi @Tr1120, Thank you for making this PR to contribute to this repo with your wonderful project. As the lining checks have passed, please wait till I review your source code.

Copy link
Contributor

@iamwatchdogs iamwatchdogs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Based on your PR @Tr1120, I can conclude that you have copied and pasted your project within to make this PR, which is totally fine in the novice stage.

But I can see there's an unnecessary level of file hierarchy within you PR which might not go well within the final contribution table which are automated to update based on your contribution.

Changes Required

Please make the following changes to proceed further.

  • Remove the redundant hierarchy as follows...
Current File Structure Desired File structure
simon-game
├── README.md
└── SimonGame-main
    ├── index.html
    ├── index.js
    ├── README.md
    ├── sounds
    └── styles.css
simon-game
├── index.html
├── index.js
├── README.md
├── sounds
│   ├── blue.mp3
│   ├── green.mp3
│   ├── red.mp3
│   ├── wrong.mp3
│   └── yellow.mp3
└── styles.css

@Tr1120 Tr1120 closed this Apr 25, 2025
@github-actions
Copy link

👋 @Tr1120 This PR is closed. If you think there's been a mistake, please contact the maintainer @iamwatchdogs.

@Tr1120 Tr1120 reopened this Apr 25, 2025
@Tr1120
Copy link
Author

Tr1120 commented Apr 25, 2025

File structure changed into required structure

@github-actions
Copy link

This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days.

@github-actions github-actions bot added the Stale label Jul 17, 2025
@github-actions
Copy link

This PR was closed because it has been stalled for 10 days with no activity.

@github-actions github-actions bot closed this Jul 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants