Duplicate Project function
Hi, I updated the code to support duplicating projects and I'd like to create a pull request to get it into the repo for people.
I assumed I could create a branch and then push it here to generate a pull request. Unfortunately I don't have the permission to push a new branch.
Maybe I'm going about this all wrong, could you please let me know what I need to do to create a pull request for you. Is it just that I need permission or am I being silly and missing something?
Hey @acron0 not sure if you got a notification for this?
Hi @KeithBoynton, I did see the message and I apologize for not responding sooner. As the README says, this project is not maintained and I have not written CSharp in quite some time. That said, I will accept pull requests if they look reasonable.
This document has all the necessary information you need, but to summarize, you first need to fork this project, create a new branch on your fork, and then create a pull request which indicates you want your branch, from your fork to be merged with my branch (master), on my fork.
Thanks Antony, I'll sort it