Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 417 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (16 loc) · 417 Bytes

CONTRIBUTING

Standard OSS workflow

  • file an issue
  • fork the repo
  • create a branch for your change
  • do your change
  • open a PR back to upstream

Testing

(Recommend the install/uninstall inside a VM)

choco pack
choco install nxlog --source .
# should successfully install your locally-built package
choco uninstall nxlog
# should successfully remove all trace of your locally-built package