Open manwar opened 8 months ago
Hi, maybe we can use user/week/language. When the user clones the repository, if they are an existing contributor, they will create week/language under their folder. If they are a new contributor, they will create user/week/language at the repository root. This way, there is no need for us to recreate structure every week.
Hi, maybe we can use user/week/language.
That structure would make the most sense to me. I often have long gaps in between contributions, so being able to see a listing of all my contributions under my name would be great. If it was user/language/week, I wouldn't be able to do that as easily, as I'd then have a separate listing for every language.
Perhaps we can also include a git filter-branch
cleanup of the many old directories that are empty apart from a README or README.md, to increase the repo efficiency. A quick grep tells me there are 47777 directories that only contain a README(.md)?, which is more than 25% of the files in the entire repo.
@rjt-pl we are planning to move to new repository, so the new structure would take care of some of the issues you mentioned.
Just for record, we now have a new repository:
We now need folder structure similar to MVC framework.
Just for record, we now have a new repository:
Awesome, thank you sir!
I would like your suggestion with regard to the contribution structure.
Currently we have
We create this structure every week whether user is active or not.
What I am looking for where we don't need to create this every week and let the user create as and when they contribute, something like below:
or
This way, user can clone the repository and add the week he/she want to contribute