-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
[New Feature]: Script to detect opportunities to contribute to winget-pkgs #108254
Comments
I like the goal of streamlining manifest creation. An implementation challenge is that manifests need the ISV's hosting URL. What could fill that need might be some kind of browser plugin, that monitors |
While I also support the idea of making manifest creation easier, here's my perspective on it: If you don't help a user realise which manifests need updating, but you make manifests easy to create, you haven't solved the discoverability problem that opens the floodgates. You're making it easier for those who already know what they want to, and intend to, update. If you help a user realise which manifests need updating (and the manifests in need of updating are sourced from their own PC, implying they're a user of that software and they care about it being well maintained) but it's still quite a manual process, you'll still get benefit from people who want to contribute despite the manual effort. Of course, I don't have a feeling for the comparative sizes of these two populations, though. |
@simonhollingshead this is a cool idea! One of features on the winget-cli Issues is: You inspired me to add: |
@simonhollingshead do those two issues cover what you're looking for well enough in the winget-cli repository to close this one at winget-pkgs? |
Hello @simonhollingshead, It seems that your input is required to address the reported issue. Template: msftbot/needsAuthorFeedback |
I think that the second of the two is sufficient, yes. I filed it here wondering if it'd be something that was specific to winget-pkgs but it sounds like winget-cli is a better place for that FR to sit. Closing. |
Description of the new feature/enhancement
When a developer doesn't contribute to winget-pkgs, it's members of the community that make the manifest instead. In these cases, especially since you're relying on a user discovering by themselves that winget's data is out of date, I feel that you need to make the path to contributing the absolute lowest effort possible.
For example, if I want to spend a lot of time looking into it, I can iterate all the things installed on my machine to find what things are newer for me than for winget. If I manually look into it, winget thinks Wireshark is 4.0.5.0 while I'm on 4.0.6:
However, as far as I can see, winget-pkgs does not provide any easy runnable script that can spit out a list of "hey, you seem to have these newer packages, if you want to be awesome and contribute then these are the best ones to look at" (and possibly "Hey, you have these packages we've never seen before, would you consider contributing manifests for these?") and I feel like that's a bit of a feature gap - the simpler you make it to discover ways to contribute, the more likely you are that someone will.
Proposed technical implementation details (optional)
I don't know how easy it is to run the prerequisite commands, but I'm thinking of something like
The text was updated successfully, but these errors were encountered: