Snow-Shell / servicenow-powershell

PowerShell module to automate ServiceNow service and asset management. This module can be used standalone, with Azure Automation, or Docker.
Apache License 2.0
359 stars 170 forks source link

Formatting, Capitalization, and spacing updates #185

Closed EVWorth closed 10 months ago

EVWorth commented 2 years ago

I started using this module at work and thought I'd give back to the project for how much its helped me! (if you're open to my changes)

after reviewing https://github.com/PoshCode/PowerShellPracticeAndStyle, I modified every .ps1 file in this project, aligning the formatting, capitalization, and spacing to the recommended best practice.

I did not do any of the following: Change any code logic Remove any code (commented or live)

let me know what you think!

gdbarron commented 2 years ago

Thanks @EVWorth! I'm definitely open to contributions! Let me find some time to review and I'll provide feedback.

red-erik commented 1 year ago

Hello, Thank you for your software, very helpful. Is it possible to have @EVWorth work merged to the project ? Is it the software still under development ?

gdbarron commented 1 year ago

@red-erik, yes it's still maintained and there was a major release 2 weeks ago. This PR is almost a year old and there are many conflicts that would need to fixed before it could be merged.