-
Notifications
You must be signed in to change notification settings - Fork 41.5k
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
CONTRIBUTORS and Contributors folders need to be deleted. #27932
Comments
Yes, these 3 case-different folders are a PITA for Windows and Mac users, since the filenames/foldernames are case insensitive for these two OS. I did this:
My pull-request has been accepted, and I now have my name on the webpage! ... but I can't see my file in the |
Hey! Sorry, that folder is supposed to be getting periodically cleared so that it doesn't get so huge but that's apparently broken 😢 I'll open an issue for it on jlord/reporobot#40. |
This is still an issue btw... |
anyone else stuck theres another "Patchwork" folder within patchwork that contains "contributors":
|
The patchwork>contributors folder is not actually the solution anymore, at least on Windows. I have tried putting my txt file in all of the different 'contributors' folders, as well as deleting the nested contributors folder. The only time I manage to push at all was when I had the txt file in completely the wrong folder (the top level project folder), but I cannot replicate that and I was unable to make that merge. @jlord |
@jlord:
CONTRIBUTORS
andContributors
folders have been created.When cloned on a Mac they overwrite the
contributors
folder with aCONTRIBUTORS
folder.add-username.txt
file in youradd-username
branch in theCONTRIBUTORS
folder and commit,reporobot
will not find it.CONTRIBUTORS
tocontributors
, then add the file and commit,reporobot
will not find it.CONTRIBUTORS
, createcontributors
, then add the file and commit,reporobot
will find it and add the picture. BUT, when you submit the pull request, you get a complaint about too many files. Add kwurst #27931The
CONTRIBUTORS
andContributors
folders need to be deleted. And there must be some way to prevent others from recreating them, or to preventreporobot
from merging them in a pull request.The text was updated successfully, but these errors were encountered: