Skip to content
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

How to submit modified code deployed by a Quarks package? #6

Open
MNF opened this issue Apr 1, 2017 · 1 comment
Open

How to submit modified code deployed by a Quarks package? #6

MNF opened this issue Apr 1, 2017 · 1 comment

Comments

@MNF
Copy link

MNF commented Apr 1, 2017

If someone install Quarks NuGet package and made useful changes(e.g. bug fix or improvement), what is the process to submit the change back to the repository? I prefer something more simple then fork full repository,clone, change the file(s),commit, push, create pull request.

@shaynevanasperen
Copy link
Owner

You could navigate to the file on GitHub, click the edit button which looks like a pencil, paste your modified code, write a title and description, and then click "Propose file change". This process automatically forks and creates a pull request without you having to clone the repository.

I think it only works for changing a single file though, so you wouldn't be able to increment the version of the package in its associated .nuspec file as well. Unfortunately I don't know of a more simple process than the standard "fork full repository, clone, change the file(s), commit, push, create pull request". It would be heavenly if NuGet supported this as a Visual Studio plugin of some sort, but that's probably just wishful thinking. I suppose there's nothing stopping somebody from inventing a standards-based way of doing this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants