-
-
Notifications
You must be signed in to change notification settings - Fork 39.9k
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
Delete jscotto directory. #21106
Delete jscotto directory. #21106
Conversation
This shouldn't have been done in this way. Each keyboard should have been directly moved in individual PRs, rather than duplicating and then removing this old folder. |
@fauxpark I was told by @drashna that this would be the correct way to do it. I should also add that they're not really "duplicates". The way they were in the jscotto directory the keymaps weren't pristine as well as other changes that needed to be done. The new PRs I made sure to conform them as best I could to the contributing guidelines. |
Sorry this wasn't better communicated. Per the PR checklist, keyboard moves and updates need to go through |
@fauxpark Shouldn't that not matter though? This PR to delete the jscotto directory is targeting develop so once the PRs for the individual boards are merged, jscotto can just be deleted on develop. So basically once the remaining 2 boards are added to the scottokeebs directory, jscotto can completely be removed. Then that change should follow over, no? |
Read what I said again. The issue isn't with the |
@fauxpark Sorry this is confusing... What should be done now then? Should I branch off develop for each board in jscotto and move the files there as well as updating them? So for example:
What would have to be done about the other boards then? Since now they're basically duplicated like you say... why can't the directory just be deleted? |
The key part is this:
https://github.com/qmk/qmk_firmware/tree/master/keyboards/handwired/jscotto These PRs should not have been merged to
|
@fauxpark So two questions then....
But with that said, I guess I'm not really understanding why in this case the |
Because this would only affect |
@fauxpark Yes, but wouldn't |
It would...in just under 3 months. |
So should I just have |
Everything needs to be reverted. Then you should move + alias each board in individual PRs targeted at |
@fauxpark Aliases added along with merge conflicts being resolved. Let me know if anything else needs attention on this one. |
f4b1b6a
to
3740c52
Compare
61c2d2b
to
9a7deb3
Compare
Description
I've been modifying all keyboards within the
handwired/jscotto
directory in addition to moving them tohandwired/scottokeebs
. I have opened individual PRs for each keyboard to move into/handwired/scottokeebs
so/handwired/jscotto
can be removed.Types of Changes
Issues Fixed or Closed by This PR
Checklist