-
Notifications
You must be signed in to change notification settings - Fork 360
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
Add Contributors and Project structure markdown workflows #275
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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! 😊 |
✅ Deploy Preview for buddytrail ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
@PriyaGhosal Can you review this PR & add all the necessary labels, gssoc-extd, level, hacktoberfest accepted etc. to it |
@yashksaini-coder Your pull request has been successfully merged! Don't stop here—continue contributing by addressing more issues and aiming to become a top contributor. Exclusive swag awaits for those who go the extra mile! |
Related Issue
Fixes: #162
Description
@PriyaGhosal I raised this issue to fix the issue #162. I raised this PR to fix the merge conflicts that came in my previous PR #203. It fixes the action workflows & add the original README code. Also add few extra iconic widgets in the Footer in the Contributors section of the README.
It introduces several updates that automate the repository maintenance and enhance the
README.md
file. The key changes include adding scripts and workflows for updating the repository structure and contributors list, and improving theREADME.md
layout.Automation Scripts and Workflows:
update_structure.py
generates and updates the repository structure inproject-structure.md
andproject_structure.txt
files. (.github/scripts/update_structure.py
)update_structure.py
script every hour and on pushes to themain
branch. (.github/workflows/update-structure.yml
)README.md
file on pushes to themain
branch. (.github/workflows/add-contributor.yml
)README Enhancements:
README.md
file layout by adding a centered header, badges, and contributors section. (README.md
) [1] [2] [3]README.md
to link to theproject-structure.md
file, which details the project structure. (project-structure.md
)Type of PR
Screenshots / videos (if applicable)
Buddy_trail-162.webm
Checklist: