-
Notifications
You must be signed in to change notification settings - Fork 188
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
Repositories - Merging #84
Comments
Here are my proposals for this cmdlet:
Checklists
I have read the contributing.md and will try to follow the same. |
Thanks @raghav710! Overall, this looks great. Looking forward to having this functionality. Some minor feedback here:
|
@HowardWolosky thanks for the note on the |
Me too. The test may be hard to write though because we don't yet have API support for creating new pull requests... Something to keep in mind. |
@HowardWolosky I think I need the ability to create branches so I can add tests for this. Shall I concentrate on adding that and then come back to this? |
Also, here is a tentative PR: #89 |
Thanks Raghav! I've given your tentative PR an initial code review. I do think that it would be best to only check in features that have corresponding tests that can help ensure that the module remains working as expected. If you're able to add the necessary, tested methods for creating branches so that you can add tests for this PR, that would be great. I think you may run into some trouble writing tests for the refs API's too though, because per the documentation, you can't create new refs on empty repos...so, you'd have to make sure that it has content in it first. It's possible that using |
Issue to track the implementation of the APIs for "merging" under the "Repository" section in #70
API reference: https://developer.github.com/v3/repos/merging/
I will update this issue with my proposals for the cmdlet names and parameters
The text was updated successfully, but these errors were encountered: