-
-
Notifications
You must be signed in to change notification settings - Fork 296
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
This lib should submit PRs to source repos #427
Comments
Considering the complexity of that feature, (and you're usually editing built assets) I'm not super into the idea that it should live in patch package. That said, I think we could have a command which re-uses the github cli to do some of that work potentially? |
a first step would be milahu#13 |
Idea - the devs patch process can force the dev to patch original source and then use an automated process to create the runtime patch. As @milahu suggests, the use of a repo (essentially a behind the scenes form) seems fairly straightforward. I'm my experience forking and submitting is a painful process and could be nearly fully automated. The goal is to encourage devs with an easier process to contribute changes. Next step is to decentralize repo ownership (blockchain style) to keep repos updated. Maintainers leave a lot of good repos and so getting a single core of maintainers out of the process would be ideal. IMHO :-) |
deno is one way to get rid of NPM (because we cant get rid of typescript ...)
writing such a "killer app" is painful too, mostly because nobody will use it ( |
I think it doesn't make much sense for the following reasons:
Of course, I totally agree with you. But I can't think this is 'more proper' way than an ordinary fork-than-PR based process. |
I like the sentiment of patch-package. I wish it would automagically generate a PR for the source repo though (on its own in a scratch space or wherever). To make this work we'd need a very well defined process to handle interactions prior to merge. This package does great at getting me going right now without having to fork etc (which always seems like a huge hassle, including follow ups etc). Seems to me that patch-package produces brittle apps and falls short in promoting "bug free" ;-) open source packages.
The text was updated successfully, but these errors were encountered: