Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1 KB

CONTRIBUTING.md

File metadata and controls

30 lines (20 loc) · 1 KB

Controbuting guidelines

First of all thank you for you support and for any contribution you make.

Local development

  • Clone or fork the repo to any folder and than add to you PowerShell profile something like
##### CUSTOM MODULES
if ($env:PSModulePath -notmatch 'powershell\\modules') {
  $env:PSModulePath = $env:PSModulePath + ';E:\powershell\modules'
}
Import-Module SimpleDockerApps -Force
  • Create your feature branch, find how to here

  • Start coding 😊

Pull request