Closed rajdeepchakraborty-rc closed 2 weeks ago
π Thank you for your contribution! Your pull request has been submitted successfully. A maintainer from team will review it as soon as possible. We appreciate your support in making Dataverse better.
Name | Link |
---|---|
Latest commit | ab7090e3c9b6f756f88335cb43b6678f92d9a757 |
Latest deploy log | https://app.netlify.com/sites/multiverse-dataverse/deploys/672b764a8a84c2000867ccec |
Deploy Preview | https://deploy-preview-313--multiverse-dataverse.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
@multiverseweb Please review the PR at your convenience.
ππ Thank you for your contribution! Your PR #313 has been merged! ππ
Thanks for reviewing the PR. Hope you have a great day/night ahead!
Description
The project did not have a project structure, which would make it difficult for the newcomers to understand the project structure better. I have added a detailed project structure(redirect in README.md) in a separate file(since the project structure will grow eventually and will become very long and would make the README file too long making it less readable to the users) for the contributors to refer to and also automated its updation process as new files are added in the projects.
NOTE: Every time any changes are pushed into the main branch, the workflow will run and then update the structure(if any changes).
This will help the contributors refer to the structure and will make it easier for them to understand where to contribute. Also, it's difficult for anyone to manually change the project structure as it grows in size day by day. So, automating this with GitHub workflows and Python script will make the maintenance easier and help you focus on reviewing PR and assigning issues.
Related Issue
Fixes #277
Type of change
Checklist