-
Notifications
You must be signed in to change notification settings - Fork 128
Detach fork but keep fork symbol and link #1504
Comments
Apparently, this is the direct opposite of my #687! 🙃 |
IMO GitHub should count contributions on forks but it should also check for duplicated commits and count that as only one contribution. |
Thank You @TPS and @oprogramador for taking Your time to read my proposal! @TPS I suggest to GitHub to give an option for the fork owner to detach a fork but that detached fork would be a special fork ...
@oprogramador My main point is to prevent further code duplication without referencing the original source. |
When someone wants to send a pull request to the fork, namely the downstream repo. In our experience, that's where the confusion comes from, especially when one wants to choose I think at the downstream repo, the owner should be able to set some preference Other than that I think the link to the upstream repo isn't a problem. |
Intro
I forked a project just to get the fork symbol (and link to the upstream) to show the visitors of my project that this is not fully my own work (and I wrote it in the README too) but now my commits not counts because it's a fork not a standalone project.
Isaac Halvorson in 2016 asked why not counts and in the official response contained two important parts:
Proposal
In the
Settings/Danger Zone
could be aDetach fork
option which would make it a standalone project BUT under the project name whould stay the fork icon and the URL to the old upstream project:Advantages
detached from
text)Claim Abandoned Projects
: no longer would be necessaryDead repositories revived by the community
: GitHub only accept votes from detached forks(Sorry for my English)
The text was updated successfully, but these errors were encountered: