Skip to content

Latest commit

 

History

History
58 lines (38 loc) · 1.09 KB

CONTRIBUTING.md

File metadata and controls

58 lines (38 loc) · 1.09 KB

Contributing

Prepare Development Environment

  • Prepare dev tools

    • Install GIT
  • Clone GIT repository

    git clone https://github.com/automation64/installer64.git
  • Adjust environment variables to match your configuration:

    • Copy environment definition files from templates:
    cp dot.local .local
    cp dot.secrets .secrets
    • Review and update content for both files to match your environment
  • Download dev support scripts

    ./bin/dev-lib-base
  • Load dev environment variables

    source bin/dev-set

Update source code

  • Add/Edit source code in: src/

Test source code

  • Add/update test-cases in: test/

Release new version

  • Determine new semver number for the release
  • Add release notes to CHANGELOG.md
  • Create release GIT tag
./bin/dev-repo-tag <NEW_RELEASE>

Repositories