The correct way to extend a repo of someone else is to make a fork for your changes. This way the original repo is documented for everyone and your changes are clearly visible. You would also be able to add a pull requenst (PR) so the original repo can migrate your changes.
What you have done here is to publish a "new" repo with "stolen" code from another repo. This is not how it should be done.
The correct way to extend a repo of someone else is to make a fork for your changes. This way the original repo is documented for everyone and your changes are clearly visible. You would also be able to add a pull requenst (PR) so the original repo can migrate your changes.
What you have done here is to publish a "new" repo with "stolen" code from another repo. This is not how it should be done.