pcgeek86 / PSGitHub

This PowerShell module contains commands to manage GitHub through its REST API.
MIT License
182 stars 39 forks source link

lots of added feature (actually 3) #23

Closed czhang03 closed 7 years ago

czhang03 commented 7 years ago

Thanks for submitting a Pull Request to the PSGitHub project!

Improvements / Enhancements

List out any code changes or enhancements you've made. This includes refactoring and removal of extraneous code. :)

@pcgeek86 @dotps1

pcgeek86 commented 7 years ago

Thanks for submitting the PR! Looks good, but you'll need to add these to the FunctionsToExport item in the module manifest. 😄

Automated Pester tests would be helpful, but at this point, they aren't mandatory!

pcgeek86 commented 7 years ago

Thanks for your contribution!