GitHub Code Workflow

Knack doesn't have an out-of-the-box way to version control the custom CSS and JS that can be added through the Knack builder interface. Therefore, DTS builders have designed the following workflow to version control this custom code using GitHub.

Knack Customizations for Devs

Recording of Dev meeting about Knack Customization. Presentation slides here.

Collaboration Environment (Dev & Apps)

Make sure staging code matches production branch - if not, someone has code that's not deployed

Create feature branch off master branch

  • Name branch: (Initials_Issue#_Feature_description)

  • Test in Knack test environment

  • Commit changes to Github

Commit messages: are like change logs, says what the commit does, e.g. "Add big button to home page"

Last updated