Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 764 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (11 loc) · 764 Bytes

Contributing

Sophos SG PowerShell is an OpenSource and collaborative projet. Anyone can help. It can be Feature Request, issues and code writting via Pull Request.

Please try to follow this GuideLine

  • Use Verb-Noun format, Check Get-Verb for approved verb
  • Always use explicit parameter names, don't assume position
  • Don't use Aliases (use set-Item instead of si)
  • If you want to show informational information use Write-Verbose
  • use explicite Function and Variable name (use $SophosSgUrl instead of $url)

Use the Branch named DEV to contribute

Todo

Check TODO list here for more details