You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This pull request introduces several updates to automate the repository structure maintenance and enhance the README file. The most important changes include adding scripts to update the repository structure, creating workflows to automate these updates, and improving the README file with a new format and additional sections.
Automation of Repository Structure Updates:
.github/scripts/update_structure.py: Added a script to generate and update the repository structure in project_structure.txt and project-structure.md.
README.md: Reformatted the README with a centered title, added a statistics table, and included new sections for project structure and contributors. [1][2][3]
Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. In the meantime, please ensure that your changes align with our contributing.md. If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊
Hi @PriyaGhosal I added new workflows that will generate contributors list and will show their display profiles with links in the Contributors section of the README.
Please review this PR & add labels Level 2, hacktoberfesthacktoberfest-accepted to this issue.
@yashksaini-coder
Please see the conflicts highlighted in the image above. Resolve the conflicts in the mentioned files. Ensure you pull all the latest changes before pushing your feature/bug fixes to the main branch. After resolving the conflicts, please open a new PR for review.
Thank you!
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Related Issue
✅ Fixes: #162
Description
This pull request introduces several updates to automate the repository structure maintenance and enhance the README file. The most important changes include adding scripts to update the repository structure, creating workflows to automate these updates, and improving the README file with a new format and additional sections.
Automation of Repository Structure Updates:
.github/scripts/update_structure.py
: Added a script to generate and update the repository structure inproject_structure.txt
andproject-structure.md
..github/workflows/update-structure.yml
: Created a workflow to run the structure update script on a schedule and on pushes to the main branch.README Enhancements:
README.md
: Reformatted the README with a centered title, added a statistics table, and included new sections for project structure and contributors. [1] [2] [3]Contributor Automation:
.github/workflows/add-contributor.yml
: Added a workflow to automatically update the contributors list in the README file.Project Structure Documentation:
project-structure.md
: Added a new file to document the project structure, which will be updated by the automation script.project_structure.txt
: Created a text file to store the current repository structure, which is used by the automation script.Type of PR
Screenshots / videos (if applicable)
Buddy-tail-162.webm
Checklist: