Skip to content
This repository was archived by the owner on Jun 26, 2018. It is now read-only.

Commit 65cbb7f

Browse files
author
Jonathan Dallas
authored
Master 5.6.1 to Dev (#557)
* DP-3527/DP-3528 - Unused Patterns (#455) * DP-3519 - Image Promos - adding optional title * DP-3519 - Location - new Content type. * DP-3519 - Location Pages - updated to use location template * DP-3519 - removing breadcrumbs * DP-3519 - Removing wait time widget * DP-3519 - Renaming pageContent to mainContent * DP-3519 - Location Content - adding key actions and contact list * DP-3527 - Quick Actions - removed * DP-3527 - Sidebar Contact - removed * DP-3527 - Sidebar Promo - removed * DP-3527 - Sidebar Widget - removed * DP-3527 - Wait Time - removed * DP-3527 - Header Contact - removed * DP-3527 - Action Details - removed * DP-3527 - Action Section - removed * DP-3527 - Figure - fixing image width * DP-3527 - Action Event - removed * DP-3528 - Action Gallery - archived * DP-3528 - Action Cards - archived * DP-3528 - Blog Feed - archived * DP-3528 - Banner Carousel - archived * DP-3528 - Change Log - archived * DP-3528 - Feedback Form - archived * DP-3528 - Test Feed - archived * DP-3528 - Top Actions - archived * DP-3528 - Collage Header - archived * DP-3527 - Image Gallery - removed * DP-3527 - Related Action - removed * DP-3528 - State Util - removed * Bump release to 6.0 * bad merge * ignoring url config file for Release 6.0 * Removing disco mode from Pattern Lab. * Switch Mayflower over to the Drupal Pattern Lab fork (#488) * Switch Pattern Lab config to point to the Drupal Pattern Lab fork -- includes multiple PL bug fixes including the fix for the Lineages functionality being broken when using Twig namespaced paths. * Reverting a few PL config paramaters that don't necessarily have to get updated with the newer version * Fixing whitespace issues * Fixing missed spaces vs tabs instance in config * DP-4046 - Hosting from a Subfolder (#503) * DP-4046 - Global Data - splitting into seperate files and creating url obj * DP-4046 - Image - code clean up * DP-4046 - fixing path variables to use ../../assets instead of /assets * Pagination - preventing the loading of templates on pages without pagination * DP-4046 - Default domain changed to localhost:3000 * DP-4046 - Site Logo - updating the href value * DP-4046 - Adding Base tag. * removing env.js file * DP-4046 - Template JS var - renamed from themePath to templatePath * Revert "DP-4046 - Template JS var - renamed from themePath to templatePath" This reverts commit f21e7163c01841fa174b22289333dce09ad34262. * DP-4046 - themePath documentation * DP-4046 - Env.js - removing script to include file * DP-4046 - Styleguide - relative paths for assets * DP-4046 - Removing base tag. * Subfolders - changing default domain url to be "" * Trigger Browser Sync reload after Pattern Lab build (#506) * Adding minor delay to browsersync * DP-4048 Establish format for pattern docs (#515) * DP-4048 - Annotations - updating to look for JS classes used. * DP-4048 - Annotations - The extra html added breaks the styles * Dp-4048 - Extra Js - removing unused JS files * DP-4048 - updating Styling of Pattern Info panel * DP-4048 - Contact List - Documentation * DP-4048 - Image * DP-4048 - Pattern Documentation - Remving Usage Guidelines. * DP-4048 - additional tweaks to md files * DP-4048 - Lineage styling * DP-4048 - Removing title yaml. * DP-4048 - Contact List - removed 'title' field from docs * Mapped Locations - Fixing bug with assigning the colored background * DP-4080 - Versioning Documentation (#504) * DP-4080 - Versioning - first draft * Dp-4080 - let's try that again after saving the file. * DP-4080 - Versioning - updating Major version text * Second Draft * DP-4080 - Versions - Third draft with examples versions * DP-4080 - Version - reducing importance of Terms * DP-4080 - Version - Edits after reviewing. * DP-4080 - Versions - missed a few * DP-4080 - Versions - Weird copy and paste issue. * DP-4080 - Tweak to Minor version description * DP-4080 - Version Docs - fourth version * DP-4080 - Version doc - version 5 * DP-4053 create + document manual build + deploy process (#530) * Add shell script to deploy PL build to gh-pages branch of given repo * Update readme with deploy, contrib, versions, license info * Create contributing documentation * Create deploy documentation * Create PR template * Create issue template * Move environment setup and demo install instructions to own docs * Link to mayflower artifacts docs from readme (vs duplicating content) * Workaround to address unexpected Pattern Lab Psuedo-Pattern Data Inheritance (#519) * Reverting Pattern Lab psuedo-pattern rules to use original merge function vs array_replace_recursive -- temporary workaround to address unexpected behavior from https://github.com/drupal-pattern-lab/patternlab-php-core/issues/12 * Adding composer patch library to automatically apply array_merge patch if/when upstream PL updates should occur * Adding composer patch plugin to autoloader * DP-4176 Service page documentation (#521) * Add shell script to deploy PL build to gh-pages branch of given repo * Make deploy script executable * Use bash shebang in deploy script * Fix conditional logic * Write git output to screen * Fix conditional logic check for false * print variable name in log * update order of args * Fix conditional logic boolean false * fix variable assignment, remove spaces * echo errors in red, success in green * fix validation of target environment * Update deploy script argument validation * Validate git push during deploy * Exit deploy script on failed build * Update docs * Fix syntax error. * Create a function for cleanup * Fix target URL * Create function for success / error logging * Update docs * Ensure that patterns are blown away before built * Remove exit on error log * Fix string comparison in log function * Add final error message to deploy script * Make wrong target remote repo message more helpful * Create CNAME for staging (test) * Test confirm functionality * Create CNAME for stage / prod * Add logic for final success message non/prod * Update readme with deploy, contrib, versions, license info See template link under readme > acknowledgements * Create contributing documentation * Create deploy documentation * Fix readme link typo * Fix link to contributing.md * Update github pages settings docs * Update Contributing md with Mayflower, PR tips. * Create PR template * Create issue template * Fix typo and make contributing language more friendly * Update steps to browse in readme. * Update readme browse Mayflower steps * Fix readme typo. * Add deployment steps to contributing.md * Fix typo, styling of deploy docs. * Add PHP version to readme. * Update built with pattern lab language in readme * Update mayflower artifacts text in readme. * Add git commit context to contributing docs * Format readme * Describe project file structure in contributing.md * Format contributing.md * Clarify github pull request buttons in contributing md * Remove acknowledgements from contributing TOC * Format prerequisite in deploy docs * Link to gulp readme from deploy docs * Log output when production deploy aborted * Use main repo as example in deploy script comments * Make cname a parameter for deploy script, required for prod only * Move CONTRIBUTING.md into .github directory * Remove written descriptions of Github's UI, replace with link to docs * Make CONTRIBUTING.md branching language more consistent with git * Move pattern lab docs to first step in CONTRIBUTING > working with PL * Remove vague language in CONTRIBUTING.md * Clarify Mayflower Artifacts in readme * Make CONTRIBUTING.md > keeping your fork in sync explanation more clear. * Move environment setup and demo install instructions to own docs * Group steps in CONTRIBUTING.md * Fix link to CONTRIBUTING.md after move to /.github * Simplify readme install / contribute / deploy sections * Remove link to personal fork, but keep repo name, in deploy docs * Fix mayflower-artifacts url in readme * Update the deploy success message to use cname if present * Fix cname conditional logic in deploy script. * Use [-c] rather tha [-cname] as parameter for gh pages deploy script * Fix typo in success message for cname * Fix deploy script config for url.domain/assetsPath when cname passed * Improve script logging: hide lengthy status/success, color + tag logs. * Fix typos. * Fix typo in docs for [-t] argument. * Move log prior to command for creating cname in deploy script. * Avoid having to escape / in deploy script > assetsPath var Use ! as delimeter, see: https://coderwall.com/p/khdkuw/delimiters-in-sed-substitution * Allow assetsPath to be passed with cname flag * Accept [-a] argument in deploy script * Fix deploy script [-t] flag to be target remote repo *owner* This seems to have reverted to a prior state somehow. * Remove extra " from assetsPath in url.json * Update [-c] validation log to reflect [-c] vs [-cname] * Add developer deploy docs note about cname and assetPaths flags. * Uncomment script. So. It. Does. Things. (silly) * Link to mayflower artifacts docs from readme (vs duplicating content) * DP-4048 - Annotations - updating to look for JS classes used. * DP-4048 - Annotations - The extra html added breaks the styles * Dp-4048 - Extra Js - removing unused JS files * DP-4048 - updating Styling of Pattern Info panel * DP-4048 - Contact List - Documentation * DP-4048 - Image * DP-4048 - Pattern Documentation - Remving Usage Guidelines. * DP-4048 - additional tweaks to md files * DP-4048 - Lineage styling * DP-4048 - Removing title yaml. * Make all intra-docs links relative * Fix deploy docs links * Update clone steps to be more clear * Ensure branch is clean after deploy, fix typos * Add patternlab task to deafult gulp ( = always generate patterns) * Try gulp prod in deploy script * Ensure public directory gets cleaned out prior to generation * DP-4048 - Contact List - removed 'title' field from docs * DP-4176 - Service Page and Template - documentation * DP-4176 - Page Banner - Documentation * DP-4048 Establish format for pattern docs (#515) * DP-4048 - Annotations - updating to look for JS classes used. * DP-4048 - Annotations - The extra html added breaks the styles * Dp-4048 - Extra Js - removing unused JS files * DP-4048 - updating Styling of Pattern Info panel * DP-4048 - Contact List - Documentation * DP-4048 - Image * DP-4048 - Pattern Documentation - Remving Usage Guidelines. * DP-4048 - additional tweaks to md files * DP-4048 - Lineage styling * DP-4048 - Removing title yaml. * DP-4048 - Contact List - removed 'title' field from docs * DP-4176 - Image - documentation * DP-4176 - Video - documentation * DP-4176 - Documentation template * DP-4176 - Key Actions - Documentation * DP-4176 - Decorative Link - documentation * DP-4176 - Key Actions - adding contained type * DP-4167 - Callout Link - documentation * DP-4176 - Illustrated link - documentation * DP-4176 - Variant Documentation template * DP-4176 - Contact List - Updated variant documentation * DP-4176 - Sidebar Heading - documentation * DP-4176 - Comp Heading - documentation * DP-4176 - Variants - making link relative './' * DP-4176 - Icon Links - documentation * DP-4176 - Link List - documentation * DP-4176 - Link List - documention of Right Rail usage * DP-4176 - Action Finder - documentation * DP-4176 - Mapped Locations - documentation * DP-4176 - Variant template updated * DP-4176 - Mapped Locations - Removed title from contained version * DP-4176 - Callout Link External - removed variant * Mapped Locations - Fixing bug with assigning the colored background * DP-4176 - Split Columns - documentation * DP-4176 - Rich Text - documentation * DP-4176 - Download Link - documentation * DP-4176 - Forms Downloads - documentation * DP-4176 - Utility Panel - documentation * DP-4176 - Utility Nav - documentation * DP-4176 - Header - documentation * DP-4176 - Button Search - documentation * DP-4176 - Site Logo - documentation * DP-4176 - Header Search - documentation * DP-4176 - Main Nav - documentation * DP-4176 - Button - documentation * DP-4176 - Button - adding link option and correcting styling classes * DP-4176 - Button Link - marking it as depreciated * DP-4176 - Floating Action - updated to use just the button atom * DP-4176 - Floating Action - documentation * DP-4176 - Buttons - Updates to SCSS selectors * DP-4176 - Floating Action - correcting styling classes * DP-4176 - Footer - documentation * DP-4176 - Heading / Util Panel - marking as in Progress so we can update * DP-4176 - Button - re-adding support for the 'theme' variable * DP-4176 - Social Links - documentation * DP-4176 - Footer Links - documentation * DP-4176 - Buttons - leaving old styles for backward compatibilty * DP-4167 - Callout Link - moving the info variable to a title attribute * DP-4176 - Buttons - incorrect indentation * DP-4167 - Rich Text - updating to include all accepted patterns * DP-4176 - Rich text sub patterns - documentation * DP-4167 - figure - documentation and modified to use --left/--right classes * DP-4167 - Table - documentation * DP-4080 - Versioning Documentation (#504) * DP-4080 - Versioning - first draft * Dp-4080 - let's try that again after saving the file. * DP-4080 - Versioning - updating Major version text * Second Draft * DP-4080 - Versions - Third draft with examples versions * DP-4080 - Version - reducing importance of Terms * DP-4080 - Version - Edits after reviewing. * DP-4080 - Versions - missed a few * DP-4080 - Versions - Weird copy and paste issue. * DP-4080 - Tweak to Minor version description * DP-4080 - Version Docs - fourth version * DP-4080 - Version doc - version 5 * DP-4176 - Callout Link - making CSS backward compatible * DP-4176 - Floating Action - making code backward compatible * DP-4177 - Button - fixed logic to use old "theme" variable for color. * DP-4178 - Button - fixing broken links * DP-4176 - Button - switching color back to theme include values * DP-4176 - Comp Heading - correcting id value * DP-4176 - Decorative Link - removing schema.org and using title * DP-4176 - Linked List - Update docs * DP-4176 - Mapped Locations - updated docs * DP-4176 - Page Banner - Updated Docs * DP-4176 - Services Template - updated docs * DP-4176 - Action Finder - updated docs * DP-4176 - Download Link - removing property * DP-4176 - Callout Link - Better descriptive text * DP-4176 - Video - updated documentation * DP-4176 - Decorative Link - updated docs * DP-4176 - Mapped Locations - adding more useage guidelines * DP-4176 - Button - updated docs * DP-4176 - Table - updated docs * DP-4176 - Comp Heading - changing id value * DP-4178 / DP-4177 How To page (#523) * Add shell script to deploy PL build to gh-pages branch of given repo * Make deploy script executable * Use bash shebang in deploy script * Fix conditional logic * Write git output to screen * Fix conditional logic check for false * print variable name in log * update order of args * Fix conditional logic boolean false * fix variable assignment, remove spaces * echo errors in red, success in green * fix validation of target environment * Update deploy script argument validation * Validate git push during deploy * Exit deploy script on failed build * Update docs * Fix syntax error. * Create a function for cleanup * Fix target URL * Create function for success / error logging * Update docs * Ensure that patterns are blown away before built * Remove exit on error log * Fix string comparison in log function * Add final error message to deploy script * Make wrong target remote repo message more helpful * Create CNAME for staging (test) * Test confirm functionality * Create CNAME for stage / prod * Add logic for final success message non/prod * Update readme with deploy, contrib, versions, license info See template link under readme > acknowledgements * Create contributing documentation * Create deploy documentation * Fix readme link typo * Fix link to contributing.md * Update github pages settings docs * Update Contributing md with Mayflower, PR tips. * Create PR template * Create issue template * Fix typo and make contributing language more friendly * Update steps to browse in readme. * Update readme browse Mayflower steps * Fix readme typo. * Add deployment steps to contributing.md * Fix typo, styling of deploy docs. * Add PHP version to readme. * Update built with pattern lab language in readme * Update mayflower artifacts text in readme. * Add git commit context to contributing docs * Format readme * Describe project file structure in contributing.md * Format contributing.md * Clarify github pull request buttons in contributing md * Remove acknowledgements from contributing TOC * Format prerequisite in deploy docs * Link to gulp readme from deploy docs * Log output when production deploy aborted * Use main repo as example in deploy script comments * Make cname a parameter for deploy script, required for prod only * Move CONTRIBUTING.md into .github directory * Remove written descriptions of Github's UI, replace with link to docs * Make CONTRIBUTING.md branching language more consistent with git * Move pattern lab docs to first step in CONTRIBUTING > working with PL * Remove vague language in CONTRIBUTING.md * Clarify Mayflower Artifacts in readme * Make CONTRIBUTING.md > keeping your fork in sync explanation more clear. * Move environment setup and demo install instructions to own docs * Group steps in CONTRIBUTING.md * Fix link to CONTRIBUTING.md after move to /.github * Simplify readme install / contribute / deploy sections * Remove link to personal fork, but keep repo name, in deploy docs * Fix mayflower-artifacts url in readme * Update the deploy success message to use cname if present * Fix cname conditional logic in deploy script. * Use [-c] rather tha [-cname] as parameter for gh pages deploy script * Fix typo in success message for cname * Fix deploy script config for url.domain/assetsPath when cname passed * Improve script logging: hide lengthy status/success, color + tag logs. * Fix typos. * Fix typo in docs for [-t] argument. * Move log prior to command for creating cname in deploy script. * Avoid having to escape / in deploy script > assetsPath var Use ! as delimeter, see: https://coderwall.com/p/khdkuw/delimiters-in-sed-substitution * Allow assetsPath to be passed with cname flag * Accept [-a] argument in deploy script * Fix deploy script [-t] flag to be target remote repo *owner* This seems to have reverted to a prior state somehow. * Remove extra " from assetsPath in url.json * Update [-c] validation log to reflect [-c] vs [-cname] * Add developer deploy docs note about cname and assetPaths flags. * Uncomment script. So. It. Does. Things. (silly) * Link to mayflower artifacts docs from readme (vs duplicating content) * DP-4048 - Annotations - updating to look for JS classes used. * DP-4048 - Annotations - The extra html added breaks the styles * Dp-4048 - Extra Js - removing unused JS files * DP-4048 - updating Styling of Pattern Info panel * DP-4048 - Contact List - Documentation * DP-4048 - Image * DP-4048 - Pattern Documentation - Remving Usage Guidelines. * DP-4048 - additional tweaks to md files * DP-4048 - Lineage styling * DP-4048 - Removing title yaml. * Make all intra-docs links relative * Fix deploy docs links * Update clone steps to be more clear * Ensure branch is clean after deploy, fix typos * Add patternlab task to deafult gulp ( = always generate patterns) * Try gulp prod in deploy script * Ensure public directory gets cleaned out prior to generation * DP-4048 - Contact List - removed 'title' field from docs * DP-4176 - Service Page and Template - documentation * DP-4176 - Page Banner - Documentation * DP-4048 Establish format for pattern docs (#515) * DP-4048 - Annotations - updating to look for JS classes used. * DP-4048 - Annotations - The extra html added breaks the styles * Dp-4048 - Extra Js - removing unused JS files * DP-4048 - updating Styling of Pattern Info panel * DP-4048 - Contact List - Documentation * DP-4048 - Image * DP-4048 - Pattern Documentation - Remving Usage Guidelines. * DP-4048 - additional tweaks to md files * DP-4048 - Lineage styling * DP-4048 - Removing title yaml. * DP-4048 - Contact List - removed 'title' field from docs * DP-4176 - Image - documentation * DP-4176 - Video - documentation * DP-4176 - Documentation template * DP-4176 - Key Actions - Documentation * DP-4176 - Decorative Link - documentation * DP-4176 - Key Actions - adding contained type * DP-4167 - Callout Link - documentation * DP-4176 - Illustrated link - documentation * DP-4176 - Variant Documentation template * DP-4176 - Contact List - Updated variant documentation * DP-4176 - Sidebar Heading - documentation * DP-4176 - Comp Heading - documentation * DP-4176 - Variants - making link relative './' * DP-4176 - Icon Links - documentation * DP-4176 - Link List - documentation * DP-4176 - Link List - documention of Right Rail usage * DP-4176 - Action Finder - documentation * DP-4176 - Mapped Locations - documentation * DP-4176 - Variant template updated * DP-4176 - Mapped Locations - Removed title from contained version * DP-4176 - Callout Link External - removed variant * Mapped Locations - Fixing bug with assigning the colored background * DP-4176 - Split Columns - documentation * DP-4176 - Rich Text - documentation * DP-4176 - Download Link - documentation * DP-4176 - Forms Downloads - documentation * DP-4176 - Utility Panel - documentation * DP-4176 - Utility Nav - documentation * DP-4176 - Header - documentation * DP-4176 - Button Search - documentation * DP-4176 - Site Logo - documentation * DP-4176 - Header Search - documentation * DP-4176 - Main Nav - documentation * DP-4176 - Button - documentation * DP-4176 - Button - adding link option and correcting styling classes * DP-4176 - Button Link - marking it as depreciated * DP-4176 - Floating Action - updated to use just the button atom * DP-4176 - Floating Action - documentation * DP-4176 - Buttons - Updates to SCSS selectors * DP-4176 - Floating Action - correcting styling classes * DP-4176 - Footer - documentation * DP-4176 - Heading / Util Panel - marking as in Progress so we can update * DP-4176 - Button - re-adding support for the 'theme' variable * DP-4176 - Social Links - documentation * DP-4176 - Footer Links - documentation * DP-4176 - Buttons - leaving old styles for backward compatibilty * DP-4167 - Callout Link - moving the info variable to a title attribute * DP-4176 - Buttons - incorrect indentation * DP-4167 - Rich Text - updating to include all accepted patterns * DP-4176 - Rich text sub patterns - documentation * DP-4167 - figure - documentation and modified to use --left/--right classes * DP-4167 - Table - documentation * DP-4080 - Versioning Documentation (#504) * DP-4080 - Versioning - first draft * Dp-4080 - let's try that again after saving the file. * DP-4080 - Versioning - updating Major version text * Second Draft * DP-4080 - Versions - Third draft with examples versions * DP-4080 - Version - reducing importance of Terms * DP-4080 - Version - Edits after reviewing. * DP-4080 - Versions - missed a few * DP-4080 - Versions - Weird copy and paste issue. * DP-4080 - Tweak to Minor version description * DP-4080 - Version Docs - fourth version * DP-4080 - Version doc - version 5 * DP-4178 - HowTo / Details - documentation * DP-4178 - Rich Text - typo in documentation * DP-4178 - Page Header - documentation * DP-4178 - Header Tags - documenation * DP-4178 - Publish State - documentation * DP-4178 - Divider - documentation * DP-4178 - Contact List - updated documentation * DP-4178 - Doc Template - slight tweak * DP-4178 - Contact Us - documentation * DP-4178 - Contact Group - documentation * DP-4178 - Contact Group - removing structured content * DP-4178 - Colored Heading - Documentation * DP-4178 - Sticky Nav - Documentation * DP-4178 - Tabular Data - documentation * DP-4178 - Action Step - documentation * DP-4178 - Steps Ordered - documentation * DP-4178 - Steps Unordered - documentation * DP-4178 - Column Heading - documentation * DP-4177 - Column Heading - cleaning up code * DP-4176 - Callout Link - making CSS backward compatible * DP-4176 - Floating Action - making code backward compatible * DP-4177 - Button - fixed logic to use old "theme" variable for color. * DP-4178 - Button - fixing broken links * DP-4176 - Button - switching color back to theme include values * DP-4176 - Comp Heading - correcting id value * DP-4176 - Decorative Link - removing schema.org and using title * DP-4176 - Linked List - Update docs * DP-4176 - Mapped Locations - updated docs * DP-4176 - Page Banner - Updated Docs * DP-4176 - Services Template - updated docs * DP-4176 - Action Finder - updated docs * DP-4176 - Download Link - removing property * DP-4176 - Callout Link - Better descriptive text * DP-4176 - Video - updated documentation * DP-4176 - Decorative Link - updated docs * DP-4176 - Mapped Locations - adding more useage guidelines * DP-4176 - Button - updated docs * DP-4176 - Table - updated docs * DP-4178 - Details template - doc updates * DP-4178 - Page Header - doc updates * DP-4178 - Contact Us - updating docs * DP-4177 - removing un-used page header variant * DP-4178 - Contact Group - updated docs * DP-4178 - Contact Us - Changing description * DP-4178 - Colored Heading - updated docs and examples * DP-4178 - Column Heading - updated docs * DP-4178 - Column Heading - updated docs * Reverting DP-3527 and 3528 due to breaking changes * DP-4178 / DP-4177 Guide Page (#524) * Fix conditional logic boolean false * fix variable assignment, remove spaces * echo errors in red, success in green * fix validation of target environment * Update deploy script argument validation * Validate git push during deploy * Exit deploy script on failed build * Update docs * Fix syntax error. * Create a function for cleanup * Fix target URL * Create function for success / error logging * Update docs * Ensure that patterns are blown away before built * Remove exit on error log * Fix string comparison in log function * Add final error message to deploy script * Make wrong target remote repo message more helpful * Create CNAME for staging (test) * Test confirm functionality * Create CNAME for stage / prod * Add logic for final success message non/prod * Update readme with deploy, contrib, versions, license info See template link under readme > acknowledgements * Create contributing documentation * Create deploy documentation * Fix readme link typo * Fix link to contributing.md * Update github pages settings docs * Update Contributing md with Mayflower, PR tips. * Create PR template * Create issue template * Fix typo and make contributing language more friendly * Update steps to browse in readme. * Update readme browse Mayflower steps * Fix readme typo. * Add deployment steps to contributing.md * Fix typo, styling of deploy docs. * Add PHP version to readme. * Update built with pattern lab language in readme * Update mayflower artifacts text in readme. * Add git commit context to contributing docs * Format readme * Describe project file structure in contributing.md * Format contributing.md * Clarify github pull request buttons in contributing md * Remove acknowledgements from contributing TOC * Format prerequisite in deploy docs * Link to gulp readme from deploy docs * Log output when production deploy aborted * Use main repo as example in deploy script comments * Make cname a parameter for deploy script, required for prod only * Move CONTRIBUTING.md into .github directory * Remove written descriptions of Github's UI, replace with link to docs * Make CONTRIBUTING.md branching language more consistent with git * Move pattern lab docs to first step in CONTRIBUTING > working with PL * Remove vague language in CONTRIBUTING.md * Clarify Mayflower Artifacts in readme * Make CONTRIBUTING.md > keeping your fork in sync explanation more clear. * Move environment setup and demo install instructions to own docs * Group steps in CONTRIBUTING.md * Fix link to CONTRIBUTING.md after move to /.github * Simplify readme install / contribute / deploy sections * Remove link to personal fork, but keep repo name, in deploy docs * Fix mayflower-artifacts url in readme * Update the deploy success message to use cname if present * Fix cname conditional logic in deploy script. * Use [-c] rather tha [-cname] as parameter for gh pages deploy script * Fix typo in success message for cname * Fix deploy script config for url.domain/assetsPath when cname passed * Improve script logging: hide lengthy status/success, color + tag logs. * Fix typos. * Fix typo in docs for [-t] argument. * Move log prior to command for creating cname in deploy script. * Avoid having to escape / in deploy script > assetsPath var Use ! as delimeter, see: https://coderwall.com/p/khdkuw/delimiters-in-sed-substitution * Allow assetsPath to be passed with cname flag * Accept [-a] argument in deploy script * Fix deploy script [-t] flag to be target remote repo *owner* This seems to have reverted to a prior state somehow. * Remove extra " from assetsPath in url.json * Update [-c] validation log to reflect [-c] vs [-cname] * Add developer deploy docs note about cname and assetPaths flags. * Uncomment script. So. It. Does. Things. (silly) * Link to mayflower artifacts docs from readme (vs duplicating content) * DP-4048 - Annotations - updating to look for JS classes used. * DP-4048 - Annotations - The extra html added breaks the styles * Dp-4048 - Extra Js - removing unused JS files * DP-4048 - updating Styling of Pattern Info panel * DP-4048 - Contact List - Documentation * DP-4048 - Image * DP-4048 - Pattern Documentation - Remving Usage Guidelines. * DP-4048 - additional tweaks to md files * DP-4048 - Lineage styling * DP-4048 - Removing title yaml. * Make all intra-docs links relative * Fix deploy docs links * Update clone steps to be more clear * Ensure branch is clean after deploy, fix typos * Add patternlab task to deafult gulp ( = always generate patterns) * Try gulp prod in deploy script * Ensure public directory gets cleaned out prior to generation * DP-4048 - Contact List - removed 'title' field from docs * DP-4176 - Service Page and Template - documentation * DP-4176 - Page Banner - Documentation * DP-4048 Establish format for pattern docs (#515) * DP-4048 - Annotations - updating to look for JS classes used. * DP-4048 - Annotations - The extra html added breaks the styles * Dp-4048 - Extra Js - removing unused JS files * DP-4048 - updating Styling of Pattern Info panel * DP-4048 - Contact List - Documentation * DP-4048 - Image * DP-4048 - Pattern Documentation - Remving Usage Guidelines. * DP-4048 - additional tweaks to md files * DP-4048 - Lineage styling * DP-4048 - Removing title yaml. * DP-4048 - Contact List - removed 'title' field from docs * DP-4176 - Image - documentation * DP-4176 - Video - documentation * DP-4176 - Documentation template * DP-4176 - Key Actions - Documentation * DP-4176 - Decorative Link - documentation * DP-4176 - Key Actions - adding contained type * DP-4167 - Callout Link - documentation * DP-4176 - Illustrated link - documentation * DP-4176 - Variant Documentation template * DP-4176 - Contact List - Updated variant documentation * DP-4176 - Sidebar Heading - documentation * DP-4176 - Comp Heading - documentation * DP-4176 - Variants - making link relative './' * DP-4176 - Icon Links - documentation * DP-4176 - Link List - documentation * DP-4176 - Link List - documention of Right Rail usage * DP-4176 - Action Finder - documentation * DP-4176 - Mapped Locations - documentation * DP-4176 - Variant template updated * DP-4176 - Mapped Locations - Removed title from contained version * DP-4176 - Callout Link External - removed variant * Mapped Locations - Fixing bug with assigning the colored background * DP-4176 - Split Columns - documentation * DP-4176 - Rich Text - documentation * DP-4176 - Download Link - documentation * DP-4176 - Forms Downloads - documentation * DP-4176 - Utility Panel - documentation * DP-4176 - Utility Nav - documentation * DP-4176 - Header - documentation * DP-4176 - Button Search - documentation * DP-4176 - Site Logo - documentation * DP-4176 - Header Search - documentation * DP-4176 - Main Nav - documentation * DP-4176 - Button - documentation * DP-4176 - Button - adding link option and correcting styling classes * DP-4176 - Button Link - marking it as depreciated * DP-4176 - Floating Action - updated to use just the button atom * DP-4176 - Floating Action - documentation * DP-4176 - Buttons - Updates to SCSS selectors * DP-4176 - Floating Action - correcting styling classes * DP-4176 - Footer - documentation * DP-4176 - Heading / Util Panel - marking as in Progress so we can update * DP-4176 - Button - re-adding support for the 'theme' variable * DP-4176 - Social Links - documentation * DP-4176 - Footer Links - documentation * DP-4176 - Buttons - leaving old styles for backward compatibilty * DP-4167 - Callout Link - moving the info variable to a title attribute * DP-4176 - Buttons - incorrect indentation * DP-4167 - Rich Text - updating to include all accepted patterns * DP-4176 - Rich text sub patterns - documentation * DP-4167 - figure - documentation and modified to use --left/--right classes * DP-4167 - Table - documentation * DP-4080 - Versioning Documentation (#504) * DP-4080 - Versioning - first draft * Dp-4080 - let's try that again after saving the file. * DP-4080 - Versioning - updating Major version text * Second Draft * DP-4080 - Versions - Third draft with examples versions * DP-4080 - Version - reducing importance of Terms * DP-4080 - Version - Edits after reviewing. * DP-4080 - Versions - missed a few * DP-4080 - Versions - Weird copy and paste issue. * DP-4080 - Tweak to Minor version description * DP-4080 - Version Docs - fourth version * DP-4080 - Version doc - version 5 * DP-4178 - HowTo / Details - documentation * DP-4178 - Rich Text - typo in documentation * DP-4178 - Page Header - documentation * DP-4178 - Header Tags - documenation * DP-4178 - Publish State - documentation * DP-4178 - Divider - documentation * DP-4178 - Contact List - updated documentation * DP-4178 - Doc Template - slight tweak * DP-4178 - Contact Us - documentation * DP-4178 - Contact Group - documentation * DP-4178 - Contact Group - removing structured content * DP-4178 - Colored Heading - Documentation * DP-4178 - Sticky Nav - Documentation * DP-4178 - Tabular Data - documentation * DP-4178 - Action Step - documentation * DP-4178 - Steps Ordered - documentation * DP-4178 - Steps Unordered - documentation * DP-4178 - Stacked Row - documentation * DP-4187 - Guide - Documentation * DP-4178 - Emergency Header - documentation * DP-4177 - Emergency Header - switching divs to spans * DP-4178 - Emergency Alerts - documentation * 4178 - Emergency Header - documentation 2 * DP-4178 - Jump Links - documentation * DP-4177 - Jump Links - Adding missing "info" variable to links * DP-4178 - Split Columns - fixing indentation * DP-4178 - Stacked Row Section - documentation * DP-4178 - Illustrated Header - documentation * DP-4177 - Suggested Pages - Fixing variables for decorative and illustrated links * DP-4178 - Suggested Pages - documentation * DP-4178 - Callout Stats - documentation * DP-4177 - Guide Page - moving callout stat outside of Rich Text. * DP-4178 - Callout Alert - documentation * DP-4177 - Callout Alert - removed unused variables * DP-4178 - Callout Time - documentation * DP-4178 - Button Alert - documentation * DP-4178 - Emergency Alert - documentation * DP-4178 - Emergency Alerts - updating documentation * DP-4178 - Link - documentation * DP-4177 - Link - correcting variables to match best practice * DP-4177 - Link - forgot to save a change * DP-4178 - Column Heading - documentation * DP-4177 - Column Heading - cleaning up code * DP-4176 - Callout Link - making CSS backward compatible * DP-4176 - Floating Action - making code backward compatible * DP-4177 - Button - fixed logic to use old "theme" variable for color. * DP-4178 - Button - fixing broken links * DP-4176 - Button - switching color back to theme include values * DP-4176 - Comp Heading - correcting id value * DP-4176 - Decorative Link - removing schema.org and using title * DP-4176 - Linked List - Update docs * DP-4176 - Mapped Locations - updated docs * DP-4176 - Page Banner - Updated Docs * DP-4176 - Services Template - updated docs * DP-4176 - Action Finder - updated docs * DP-4176 - Download Link - removing property * DP-4176 - Callout Link - Better descriptive text * DP-4176 - Video - updated documentation * DP-4176 - Decorative Link - updated docs * DP-4176 - Mapped Locations - adding more useage guidelines * DP-4176 - Button - updated docs * DP-4176 - Table - updated docs * DP-4178 - Details template - doc updates * DP-4178 - Page Header - doc updates * DP-4178 - Contact Us - updating docs * DP-4177 - removing un-used page header variant * DP-4178 - Contact Group - updated docs * DP-4178 - Contact Us - Changing description * DP-4178 - Colored Heading - updated docs and examples * DP-4178 - Column Heading - updated docs * DP-4178 - Column Heading - updated docs * DP-4178 - Guide page - adding back to top button * DP-4178 - Stack row sections - updated docs * DP-4178 - Stacked row section - updated docs * DP-4178 - Emergency Alerts - updated docs * DP-4177 - Illustrated Header - renaming bgTitle to bgInfo * DP-4178 - Suggested Pages - updated docs * DP-4178 - doc templates - updated variant to use code block * Remove phing deploy step that edits env.js asset paths for drupal (#544) * DP-4181 Document the contribution process for issues, feature requests, PRs (#532) * Add business and more specific contribution docs Borrowed heavily from bootstrap's contrib docs * Make build issue label more general: 'gulp' -> 'build' * Remove browser bug report section * Rename setting up your environment -> machine setup in contrib docs * Update contrib docs based on internal review * DP-4178 Location page (#527) * Update readme browse Mayflower steps * Fix readme typo. * Add deployment steps to contributing.md * Fix typo, styling of deploy docs. * Add PHP version to readme. * Update built with pattern lab language in readme * Update mayflower artifacts text in readme. * Add git commit context to contributing docs * Format readme * Describe project file structure in contributing.md * Format contributing.md * Clarify github pull request buttons in contributing md * Remove acknowledgements from contributing TOC * Format prerequisite in deploy docs * Link to gulp readme from deploy docs * Log output when production deploy aborted * Use main repo as example in deploy script comments * Make cname a parameter for deploy script, required for prod only * Move CONTRIBUTING.md into .github directory * Remove written descriptions of Github's UI, replace with link to docs * Make CONTRIBUTING.md branching language more consistent with git * Move pattern lab docs to first step in CONTRIBUTING > working with PL * Remove vague language in CONTRIBUTING.md * Clarify Mayflower Artifacts in readme * Make CONTRIBUTING.md > keeping your fork in sync explanation more clear. * Move environment setup and demo install instructions to own docs * Group steps in CONTRIBUTING.md * Fix link to CONTRIBUTING.md after move to /.github * Simplify readme install / contribute / deploy sections * Remove link to personal fork, but keep repo name, in deploy docs * Fix mayflower-artifacts url in readme * Update the deploy success message to use cname if present * Fix cname conditional logic in deploy script. * Use [-c] rather tha [-cname] as parameter for gh pages deploy script * Fix typo in success message for cname * Fix deploy script config for url.domain/assetsPath when cname passed * Improve script logging: hide lengthy status/success, color + tag logs. * Fix typos. * Fix typo in docs for [-t] argument. * Move log prior to command for creating cname in deploy script. * Avoid having to escape / in deploy script > assetsPath var Use ! as delimeter, see: https://coderwall.com/p/khdkuw/delimiters-in-sed-substitution * Allow assetsPath to be passed with cname flag * Accept [-a] argument in deploy script * Fix deploy script [-t] flag to be target remote repo *owner* This seems to have reverted to a prior state somehow. * Remove extra " from assetsPath in url.json * Update [-c] validation log to reflect [-c] vs [-cname] * Add developer deploy docs note about cname and assetPaths flags. * Uncomment script. So. It. Does. Things. (silly) * Link to mayflower artifacts docs from readme (vs duplicating content) * DP-4048 - Annotations - updating to look for JS classes used. * DP-4048 - Annotations - The extra html added breaks the styles * Dp-4048 - Extra Js - removing unused JS files * DP-4048 - updating Styling of Pattern Info panel * DP-4048 - Contact List - Documentation * DP-4048 - Image * DP-4048 - Pattern Documentation - Remving Usage Guidelines. * DP-4048 - additional tweaks to md files * DP-4048 - Lineage styling * DP-4048 - Removing title yaml. * Make all intra-docs links relative * Fix deploy docs links * Update clone steps to be more clear * Ensure branch is clean after deploy, fix typos * Add patternlab task to deafult gulp ( = always generate patterns) * Try gulp prod in deploy script * Ensure public directory gets cleaned out prior to generation * DP-4048 - Contact List - removed 'title' field from docs * DP-4176 - Service Page and Template - documentation * DP-4176 - Page Banner - Documentation * DP-4048 Establish format for pattern docs (#515) * DP-4048 - Annotations - updating to look for JS classes used. * DP-4048 - Annotations - The extra html added breaks the styles * Dp-4048 - Extra Js - removing unused JS files * DP-4048 - updating Styling of Pattern Info panel * DP-4048 - Contact List - Documentation * DP-4048 - Image * DP-4048 - Pattern Documentation - Remving Usage Guidelines. * DP-4048 - additional tweaks to md files * DP-4048 - Lineage styling * DP-4048 - Removing title yaml. * DP-4048 - Contact List - removed 'title' field from docs * DP-4176 - Image - documentation * DP-4176 - Video - documentation * DP-4176 - Documentation template * DP-4176 - Key Actions - Documentation * DP-4176 - Decorative Link - documentation * DP-4176 - Key Actions - adding contained type * DP-4167 - Callout Link - documentation * DP-4176 - Illustrated link - documentation * DP-4176 - Variant Documentation template * DP-4176 - Contact List - Updated variant documentation * DP-4176 - Sidebar Heading - documentation * DP-4176 - Comp Heading - documentation * DP-4176 - Variants - making link relative './' * DP-4176 - Icon Links - documentation * DP-4176 - Link List - documentation * DP-4176 - Link List - documention of Right Rail usage * DP-4176 - Action Finder - documentation * DP-4176 - Mapped Locations - documentation * DP-4176 - Variant template updated * DP-4176 - Mapped Locations - Removed title from contained version * DP-4176 - Callout Link External - removed variant * Mapped Locations - Fixing bug with assigning the colored background * DP-4176 - Split Columns - documentation * DP-4176 - Rich Text - documentation * DP-4176 - Download Link - documentation * DP-4176 - Forms Downloads - documentation * DP-4176 - Utility Panel - documentation * DP-4176 - Utility Nav - documentation * DP-4176 - Header - documentation * DP-4176 - Button Search - documentation * DP-4176 - Site Logo - documentation * DP-4176 - Header Search - documentation * DP-4176 - Main Nav - documentation * DP-4176 - Button - documentation * DP-4176 - Button - adding link option and correcting styling classes * DP-4176 - Button Link - marking it as depreciated * DP-4176 - Floating Action - updated to use just the button atom * DP-4176 - Floating Action - documentation * DP-4176 - Buttons - Updates to SCSS selectors * DP-4176 - Floating Action - correcting styling classes * DP-4176 - Footer - documentation * DP-4176 - Heading / Util Panel - marking as in Progress so we can update * DP-4176 - Button - re-adding support for the 'theme' variable * DP-4176 - Social Links - documentation * DP-4176 - Footer Links - documentation * DP-4176 - Buttons - leaving old styles for backward compatibilty * DP-4167 - Callout Link - moving the info variable to a title attribute * DP-4176 - Buttons - incorrect indentation * DP-4167 - Rich Text - updating to include all accepted patterns * DP-4176 - Rich text sub patterns - documentation * DP-4167 - figure - documentation and modified to use --left/--right classes * DP-4167 - Table - documentation * DP-4080 - Versioning Documentation (#504) * DP-4080 - Versioning - first draft * Dp-4080 - let's try that again after saving the file. * DP-4080 - Versioning - updating Major version text * Second Draft * DP-4080 - Versions - Third draft with examples versions * DP-4080 - Version - reducing importance of Terms * DP-4080 - Version - Edits after reviewing. * DP-4080 - Versions - missed a few * DP-4080 - Versions - Weird copy and paste issue. * DP-4080 - Tweak to Minor version description * DP-4080 - Version Docs - fourth version * DP-4080 - Version doc - version 5 * DP-4178 - HowTo / Details - documentation * DP-4178 - Rich Text - typo in documentation * DP-4178 - Page Header - documentation * DP-4178 - Header Tags - documenation * DP-4178 - Publish State - documentation * DP-4178 - Divider - documentation * DP-4178 - Contact List - updated documentation * DP-4178 - Doc Template - slight tweak * DP-4178 - Contact Us - documentation * DP-4178 - Contact Group - documentation * DP-4178 - Contact Group - removing structured content * DP-4178 - Colored Heading - Documentation * DP-4178 - Sticky Nav - Documentation * DP-4178 - Tabular Data - documentation * DP-4178 - Action Step - documentation * DP-4178 - Steps Ordered - documentation * DP-4178 - Steps Unordered - documentation * DP-4178 - Stacked Row - documentation * DP-4187 - Guide - Documentation * DP-4178 - Emergency Header - documentation * DP-4177 - Emergency Header - switching divs to spans * DP-4178 - Emergency Alerts - documentation * 4178 - Emergency Header - documentation 2 * DP-4178 - Jump Links - documentation * DP-4177 - Jump Links - Adding missing "info" variable to links * DP-4178 - Split Columns - fixing indentation * DP-4178 - Stacked Row Section - documentation * DP-4178 - Illustrated Header - documentation * DP-4177 - Suggested Pages - Fixing variables for decorative and illustrated links * DP-4178 - Suggested Pages - documentation * DP-4178 - Callout Stats - documentation * DP-4177 - Guide Page - moving callout stat outside of Rich Text. * DP-4178 - Callout Alert - documentation * DP-4177 - Callout Alert - removed unused variables * DP-4178 - Callout Time - documentation * DP-4178 - Button Alert - documentation * DP-4178 - Emergency Alert - documentation * DP-4178 - Emergency Alerts - updating documentation * DP-4178 - Link - documentation * DP-4177 - Link - correcting variables to match best practice * DP-4177 - Link - forgot to save a change * DP-4177 - Button - fixed logic to use old "theme" variable for color. * DP-4178 - Button - fixing broken links * DP-4178 - Column Heading - documentation * DP-4177 - Column Heading - cleaning up code * DP-4178 - Location Template - documentation * DP-4178 - Location Pages - Documentation * DP-4178 - Header Alert - documentation * DP-4177 - Header Alert - adding "info" variable for decorative link * DP-4178 - Page Header - location variant documentation * DP-4178 - Location Banner - documentation * DP-4177 - Location Banner - correcting variable name * DP-4178 - Google Map - documentation * DP-4178 - Image Promos - documentation * DP-4178 - Image Promo - documentation * DP-4177 - Image Promo - switching 'type' for 'info' for the title link * DP-4178 - Image Promos - documentation * DP-4177 - Link - still fixing logic to switch from string to boolean * DP-4178 - Event Teaser - documentation * DP-4178 - Event Listing - documentation * DP-4178 - Location Icons - documentation * DP-4176 - Callout Link - making CSS backward compatible * DP-4176 - Floating Action - making code backward compatible * DP-4177 - Button - fixed logic to use old "theme" variable for color. * DP-4178 - Button - fixing broken links * DP-4176 - Button - switching color back to theme include values * DP-4176 - Comp Heading - correcting id value * DP-4176 - Decorative Link - removing schema.org and using title * DP-4176 - Linked List - Update docs * DP-4176 - Mapped Locations - updated docs * DP-4176 - Page Banner - Updated Docs * DP-4176 - Services Template - updated docs * DP-4176 - Action Finder - updated docs * DP-4176 - Download Link - removing property * DP-4176 - Callout Link - Better descriptive text * DP-4176 - Video - updated documentation * DP-4176 - Decorative Link - updated docs * DP-4176 - Mapped Locations - adding more useage guidelines * DP-4176 - Button - updated docs * DP-4176 - Table - updated docs * DP-4178 - Details template - doc updates * DP-4178 - Page Header - doc updates * DP-4178 - Contact Us - updating docs * DP-4177 - removing un-used page header variant * DP-4178 - Contact Group - updated docs * DP-4178 - Contact Us - Changing description * DP-4178 - Colored Heading - updated docs and examples * DP-4178 - Column Heading - updated docs * DP-4178 - Column Heading - updated docs * DP-4178 - Stack row sections - updated docs * DP-4178 - Guide page - adding back to top button * DP-4178 - Stack row sections - updated docs * DP-4178 - Stacked row section - updated docs * DP-4178 - Emergency Alerts - updated docs * DP-4177 - Illustrated Header - renaming bgTitle to bgInfo * DP-4178 - Suggested Pages - updated docs * DP-4178 - Header Alert - replacing guid with id * DP-4177 - location template - fixing data json content * DP-4178 - Details Template - added twig docs links placeholders * DP-4178 - Howto & Location pages - Adding extends copy to description * DP-4178 - Location template - adding twig blocks * DP-4178 - Google Maps - updated docs * DP-4178 - Image Promos - updated docs * DP-4178 - Event Teaser - updated docs * DP-4178 - Event Listing - updated docs * DP-4178 - Location Template - removing variants section * DP-4178 topic page (#529) * Format prerequisite in deploy docs * Link to gulp readme from deploy docs * Log output when production deploy aborted * Use main repo as example in deploy script comments * Make cname a parameter for deploy script, required for prod only * Move CONTRIBUTING.md into .github directory * Remove written descriptions of Github's UI, replace with link to docs * Make CONTRIBUTING.md branching language more consistent with git * Move pattern lab docs to first step in CONTRIBUTING > working with PL * Remove vague language in CONTRIBUTING.md * Clarify Mayflower Artifacts in readme * Make CONTRIBUTING.md > keeping your fork in sync explanation more clear. * Move environment setup and demo install instructions to own docs * Group steps in CONTRIBUTING.md * Fix link to CONTRIBUTING.md after move to /.github * Simplify readme install / contribute / deploy sections * Remove link to personal fork, but keep repo name, in deploy docs * Fix mayflower-artifacts url in readme * Update the deploy success message to use cname if present * Fix cname conditional logic in deploy script. * Use [-c] rather tha [-cname] as parameter for gh pages deploy script * Fix typo in success message for cname * Fix deploy script config for url.domain/assetsPath when cname passed * Improve script logging: hide lengthy status/success, color + tag logs. * Fix typos. * Fix typo in docs for [-t] argument. * Move log prior to command for creating cname in deploy script. * Avoid having to escape / in deploy script > assetsPath var Use ! as delimeter, see: https://coderwall.com/p/khdkuw/delimiters-in-sed-substitution * Allow assetsPath to be passed with cname flag * Accept [-a] argument in deploy script * Fix deploy script [-t] flag to be target remote repo *owner* This seems to have reverted to a prior state somehow. * Remove extra " from assetsPath in url.json * Update [-c] validation log to reflect [-c] vs [-cname] * Add developer deploy docs note about cname and assetPaths flags. * Uncomment script. So. It. Does. Things. (silly) * Link to mayflower artifacts docs from readme (vs duplicating content) * DP-4048 - Annotations - updating to look for JS classes used. * DP-4048 - Annotations - The extra html added breaks the styles * Dp-4048 - Extra Js - removing unused JS files * DP-4048 - updating Styling of Pattern Info panel * DP-4048 - Contact List - Documentation * DP-4048 - Image * DP-4048 - Pattern Documentation - Remving Usage Guidelines. * DP-4048 - additional tweaks to md files * DP-4048 - Lineage styling * DP-4048 - Removing title yaml. * Make all intra-docs links relative * Fix deploy docs links * Update clone steps to be more clear * Ensure branch is clean after deploy, fix typos * Add patternlab task to deafult gulp ( = always generate patterns) * Try gulp prod in deploy script * Ensure public directory gets cleaned out prior to generation * DP-4048 - Contact List - removed 'title' field from docs * DP-4176 - Service Page and Template - documentation * DP-4176 - Page Banner - Documentation * DP-4048 Establish format for pattern docs (#515) * DP-4048 - Annotations - updating to look for JS classes used. * DP-4048 - Annotations - The extra html added breaks the styles * Dp-4048 - Extra Js - removing unused JS files * DP-4048 - updating Styling of Pattern Info panel * DP-4048 - Contact List - Documentation * DP-4048 - Image * DP-4048 - Pattern Documentation - Remving Usage Guidelines. * DP-4048 - additional tweaks to md files * DP-4048 - Lineage styling * DP-4048 - Removing title yaml. * DP-4048 - Contact List - removed 'title' field from docs * DP-4176 - Image - documentation * DP-4176 - Video - documentation * DP-4176 - Documentation template * DP-4176 - Key Actions - Documentation * DP-4176 - Decorative Link - documentation * DP-4176 - Key Actions - adding contained type * DP-4167 - Callout Link - documentation * DP-4176 - Illustrated link - documentation * DP-4176 - Variant Documentation template * DP-4176 - Contact List - Updated variant documentation * DP-4176 - Sidebar Heading - documentation * DP-4176 - Comp Heading - documentation * DP-4176 - Variants - making link relative './' * DP-4176 - Icon Links - documentation * DP-4176 - Link List - documentation * DP-4176 - Link List - documention of Right Rail usage * DP-4176 - Action Finder - documentation * DP-4176 - Mapped Locations - documentation * DP-4176 - Variant template updated * DP-4176 - Mapped Locations - Removed title from contained version * DP-4176 - Callout Link External - removed variant * Mapped Locations - Fixing bug with assigning the colored background * DP-4176 - Split Columns - documentation * DP-4176 - Rich Text - documentation * DP-4176 - Download Link - documentation * DP-4176 - Forms Downloads - documentation * DP-4176 - Utility Panel - documentation * DP-4176 - Utility Nav - documentation * DP-4176 - Header - documentation * DP-4176 - Button Search - documentation * DP-4176 - Site Logo - documentation * DP-4176 - Header Search - documentation * DP-4176 - Main Nav - documentation * DP-4176 - Button - documentation * DP-4176 - Button - adding link option and correcting styling classes * DP-4176 - Button Link - marking it as depreciated * DP-4176 - Floating Action - updated to use just the button atom * DP-4176 - Floating Action - documentation * DP-4176 - Buttons - Updates to SCSS selectors * DP-4176 - Floating Action - correcting styling classes * DP-4176 - Footer - documentation * DP-4176 - Heading / Util Panel - marking as in Progress so we can update * DP-4176 - Button - re-adding support for the 'theme' variable * DP-4176 - Social Links - documentation * DP-4176 - Footer Links - documentation * DP-4176 - Buttons - leaving old styles for backward compatibilty * DP-4167 - Callout Link - moving the info variable to a title attribute * DP-4176 - Buttons - incorrect indentation * DP-4167 - Rich Text - updating to include all accepted patterns * DP-4176 - Rich text sub patterns - documentation * DP-4167 - figure - documentation and modified to use --left/--right classes * DP-4167 - Table - documentation * DP-4080 - Versioning Documentation (#504) * DP-4080 - Versioning - first draft * Dp-4080 - let's try that again after saving the file. * DP-4080 - Versioning - updating Major version text * Second Draft * DP-4080 - Versions - Third draft with examples versions * DP-4080 - Version - reducing importance of Terms * DP-4080 - Version - Edits after reviewing. * DP-4080 - Versions - missed a few * DP-4080 - Versions - Weird copy and paste issue. * DP-4080 - Tweak to Minor version description * DP-4080 - Version Docs - fourth version * DP-4080 - Version doc - version 5 * DP-4178 - HowTo / Details - documentation * DP-4178 - Rich Text - typo in documentation * DP-4178 - Page Header - documentation * DP-4178 - Header Tags - documenation * DP-4178 - Publish State - documentation * DP-4178 - Divider - documentation * DP-4178 - Contact List - updated documentation * DP-4178 - Doc Template - slight tweak * DP-4178 - Contact Us - documentation * DP-4178 - Contact Group - documentation * DP-4178 - Contact Group - removing structured content * DP-4178 - Colored Heading - Documentation * DP-4178 - Sticky Nav - Documentation * DP-4178 - Tabular Data - documentation * DP-4178 - Action Step - documentation * DP-4178 - Steps Ordered - documentation * DP-4178 - Steps Unordered - documentation * DP-4178 - Stacked Row - documentation * DP-4187 - Guide - Documentation * DP-4178 - Emergency Header - documentation * DP-4177 - Emergency Header - switching divs to spans * DP-4178 - Emergency Alerts - documentation * 4178 - Emergency Header - documentation 2 * DP-4178 - Jump Links - documentation * DP-4177 - Jump Links - Adding missing "info" variable to links * DP-4178 - Split Columns - fixing indentation * DP-4178 - Stacked Row Section - documentation * DP-4178 - Illustrated Header - documentation * DP-4177 - Suggested Pages - Fixing variables for decorative and illustrated links * DP-4178 - Suggested Pages - documentation * DP-4178 - Callout Stats - documentation * DP-4177 - Guide Page - moving callout stat outside of Rich Text. * DP-4178 - Callout Alert - documentation * DP-4177 - Callout Alert - removed unused variables * DP-4178 - Callout Time - documentation * DP-4178 - Button Alert - documentation * DP-4178 - Emergency Alert - documentation * DP-4178 - Emergency Alerts - updating documentation * DP-4178 - Link - documentation * DP-4177 - Link - correcting variables to match best practice * DP-4177 - Link - forgot to save a change * DP-4177 - Button - fixed logic to use old "theme" variable for color. * DP-4178 - Button - fixing broken links * DP-4178 - Column Heading - documentation * DP-4177 - Column Heading - cleaning up code * DP-4178 - Location Template - documentation * DP-4178 - Location Pages - Documentation * DP-4178 - Header Alert - documentation * DP-4177 - Header Alert - adding "info" variable for decorative link * DP-4178 - Page Header - location variant documentation * DP-4178 - Location Banner - documentation * DP-4177 - Location Banner - correcting variable name * DP-4178 - Google Map - documentation * DP-4178 - Image Promos - documentation * DP-4178 - Image Promo - documentation * DP-4177 - Image Promo - switching 'type' for 'info' for the title link * DP-4178 - Image Promos - documentation * DP-4177 - Link - still fixing logic to switch from string to boolean * DP-4178 - Event Teaser - documentation * DP-4178 - Event Listing - documentation * DP-4178 - Location Icons - documentation * DP-4178 - Topic Page - documentation * DP-4177 - Single Column Template - adding header and footer blocks * DP-4178 - Single Column Template - documentation * DP-4178 - Sections Three Up - documentation * DP-4178 - Section Links - documentation * DP-4178 - Cat Icon - documentation * DP-4177 - Icons - removing unneccassary documentations for SVG icons * DP-4176 - Callout Link - making CSS backward compatible * DP-4176 - Floating Action - making code backward compatible * DP-4177 - Button - fixed logic to use old "theme" variable for color. * DP-4178 - Button - fixing broken links * DP-4176 - Button - switching color back to theme include values * DP-4176 - Comp Heading - correcting id value * DP-4176 - Decorative Link - removing schema.org and using title * DP-4176 - Linked List - Update docs * DP-4176 - Mapped Locations - updated docs * DP-4176 - Page Banner - Updated Docs * DP-4176 - Services Template - updated docs * DP-4176 - Action Finder - updated docs * DP-4176 - Download Link - removing property * DP-4176 - Callout Link - Better descriptive text * DP-4176 - Video - updated documentation * DP-4176 - Decorative Link - updated docs * DP-4176 - Mapped Locations - adding more useage guidelines * DP-4176 - Button - updated docs * DP-4176 - Table - updated docs * DP-4178 - Details template - doc updates * DP-4178 - Page Header - doc updates * DP-4178 - Contact Us - updating docs * DP-4177 - removing un-used page header variant * DP-4178 - Contact Group - updated docs * DP-4178 - Contact Us - Changing description * DP-4178 - Colored Heading - updated docs and examples * DP-4178 - Column Heading - updated docs * DP-4178 - Column Heading - updated docs * DP-4178 - Stack row sections - updated docs * DP-4178 - Guide page - adding back to top button * DP-4178 - Stack row sections - updated docs * DP-4178 - Stacked row section - updated docs * DP-4178 - Emergency Alerts - updated docs …
1 parent 2a31faa commit 65cbb7f

File tree

510 files changed

+12116
-12123
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

510 files changed

+12116
-12123
lines changed

.github/CONTRIBUTING.md

Lines changed: 233 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,233 @@
1+
# Contributing to Mayflower
2+
3+
Thanks for contributing to Mayflower! Please take a minute to review the process outlined in this document to ensure that contribution is easy and effective for everyone involved.
4+
5+
**On this page:**
6+
1. [Using the issue tracker](#using-the-issue-tracker)
7+
1. [Issue Labels](#issue-labels)
8+
1. [Bug Reports](#bug-reports)
9+
1. [Feature Requests](#feature-requests)
10+
1. [Submitting Pull Requests](#submitting-pull-requests)
11+
1. [Getting started](#getting-started)
12+
1. [Get Set Up](#get-set-up)
13+
1. [Forking the repo](#forking-the-repo)
14+
1. [Cloning the repo](#cloning-the-repo)
15+
1. [Installing project dependencies](#installing-project-dependencies)
16+
1. [Keeping in sync](#keeping-in-sync)
17+
1. [Submitting your work](#submitting-your-work)
18+
1. [Spinning up a branch](#spinning-up-a-branch)
19+
1. [Working with Pattern Lab](#working-with-pattern-lab)
20+
1. [Committing your work](#committing-your-work)
21+
1. [Pushing your branch](#pushing-your-branch)
22+
1. [Deploying your work](#deploying-your-work)
23+
1. [Creating a Pull Request](#creating-a-pull-request)
24+
1. [Review by Maintainers](#review-by-maintainers)
25+
26+
## Using the issue tracker
27+
The [issue tracker](https://github.com/massgov/mayflower/issues) is the preferred channel for [bug reports](#bug-reports), [features requests](#feature-requests) and [submitting pull requests](submitting-pull-requests).
28+
29+
### Issue Labels
30+
We use labels to help identify and organize issues. Here's what they represent and how we use them:
31+
32+
- `browser bug` - Issues that are reported to us that are the result of a browser-specific bug. These are diagnosed with reduced test cases and result in an issue opened on that browser's own bug tracker.
33+
- `confirmed` - Issues that have been confirmed with a reduced test case and identify a bug in Mayflower.
34+
- `css` - Issues stemming from our compiled CSS or source Sass files.
35+
- `docs` - Issues for improving or updating our documentation.
36+
- `examples` - Issues involving the example patterns (i.e. content or data) included on our site.
37+
- `feature` - Issues asking for a new feature to be added, or an existing one to be extended or modified.
38+
- `build` - Issues with our build system, which is used to run all our tests, concatenate and compile source files, and more.
39+
- `PRs welcome` - Issues we need or would love help from the community to resolve.
40+
- `js` - Issues stemming from our compiled or source JavaScript files.
41+
- `meta` - Issues with the project itself or our GitHub repository.
42+
43+
## Bug Reports
44+
A bug is a _demonstrable problem_ that is caused by the code in the repository. Good bug reports are extremely helpful, so thanks!
45+
46+
Guidelines for bug reports:
47+
48+
1. **Use the GitHub issue search** — check if the issue has already been
49+
reported.
50+
51+
2. **Check if the issue has been fixed** — try to reproduce it using the
52+
latest `master` or `dev` branch in the repository.
53+
54+
3. **Isolate the problem** — ideally create a [reduced test
55+
case](https://css-tricks.com/reduced-test-cases/) and a live example.
56+
57+
A good bug report shouldn't leave others needing to chase you up for more information. Please try to be as detailed as possible in your report. What is your environment? What steps will reproduce the issue? What browser(s) and OS experience the problem? Do other browsers show the bug differently? What would you expect to be the outcome? All these details will help people to fix any potential bugs.
58+
59+
Example:
60+
61+
> Short and descriptive example bug report title
62+
>
63+
> The browser/OS environment and Mayflower Version in which it occurs.
64+
65+
> Expected behavior - what you would expect to happen on the page / site.
66+
67+
> Existing behavior - what is currently happen on the page / site.
68+
69+
> If suitable, include the steps required to reproduce the bug.
70+
>
71+
> 1. This is the first step
72+
> 2. This is the second step
73+
> 3. Further steps, etc.
74+
>
75+
> `<url>` - a link to the reduced test case
76+
>
77+
> Any other information you want to share that is relevant to the issue being reported. This might include the lines of code that you have identified as causing the bug, and potential solutions (and your opinions on their merits).
78+
79+
## Feature requests
80+
81+
Feature requests are welcome. But take a moment to find out whether your idea fits with the scope and aims of the project. It's up to *you* to make a strong case to convince the project's designers and developers of the merits of this feature. Please provide as much detail and context as possible.
82+
83+
## Pull Requests
84+
85+
Good pull requests—patches, improvements, new features—are a fantastic help!
86+
87+
**Please ask first** before embarking on any significant pull request (e.g. implementing features, refactoring code, porting to a different language), otherwise you risk spending a lot of time working on something that the project's developers might not want to merge into the project.
88+
89+
### Work in source directories
90+
You can modify these files in order to resolve issues and add new features:
91+
- Styles: [`/styleguide/source/assets/scss/`](https://github.com/massgov/mayflower/tree/master/styleguide/source/assets/scss)
92+
- Javascript functionality: [`/styleguide/source/assets/js/`](https://github.com/massgov/mayflower/tree/master/styleguide/source/assets/js)
93+
- Pattern markup, documentation, and data: [`/styleguide/source/_patterns`](https://github.com/massgov/mayflower/tree/master/styleguide/source/_patterns)
94+
95+
**Please do not edit the `gh-pages` branch.** That branch is generated and used to deploy work for testing.
96+
97+
### Getting Started
98+
99+
#### Get set up
100+
101+
In order to run Mayflower locally, you need to have some things installed and set up on your machine. See [setting up your machine](../docs/machine-setup.md).
102+
103+
#### Forking the repo
104+
105+
A fork is a *copy* of a repository. Forking a repository allows you to freely experiment with changes without affecting the original project. Learn more about forking repositories on [Github Help](https://help.github.com/articles/fork-a-repo/).
106+
107+
1. Visit the [Mayflower repo on Github](https://github.com/massgov/mayflower)
108+
1. Click the "Fork" icon in the upper right of the page
109+
1. This will create a fork of the project under your user account which you can browse to at: `https://github.com/<your-github-username>/mayflower`
110+
111+
#### Cloning the repo
112+
Right now, you have a fork of the Mayflower repository, but you don't have the files in that repository on your computer. Let's create a clone of your fork locally on your computer.
113+
114+
1. `git clone git@github.com:<your github username>/mayflower.git`
115+
1. Or, if you don't have [ssh set up on your local environment or with github](https://help.github.com/articles/connecting-to-github-with-ssh/), navigate to your fork of the Mayflower repository at `https://github.com/<your-github-username>/mayflower`.
116+
1. Follow from Step 2 of [Github Help: Cloning a repository](https://help.github.com/articles/cloning-a-repository/).
117+
1. You now have a local representation of *your* Mayflower! Change directory into the repo root: `cd mayflower`
118+
119+
#### Installing project dependencies
120+
121+
1. Move into the styleguide directory `cd styleguide`
122+
1. Generate pattern lab default files `php core/console --generate`
123+
1. Install npm dependencies `npm install`
124+
125+
#### Keeping in sync
126+
127+
In order to make it easy to keep your fork in sync with the original (`massgov/mayflower`), add the original as a remote:
128+
129+
```
130+
git remote add upstream git@github.com:massgov/mayflower.git
131+
```
132+
133+
If you check your remotes (`git remote -v`), you can now see that you have two "remotes" that your local repo is pointed towards: `origin`, which points to *your* Mayflower fork, and `upstream`, which points to `massgov/mayflower`.
134+
135+
### Submitting your work
136+
137+
#### Creating a branch
138+
139+
Any new features and non-emergency bugfixes should branch from the `dev` branch. Hot fixes (production bug fixes) should be branched from the latest release `tag` in the `master` branch.
140+
141+
Make sure your local branch (`dev` for features, `master` for prod bugs) is up-to-date with the `upstream` repo (`massgov/mayflower`).
142+
143+
If you just forked it, you're probably all set. But if there have been a lot of changes to `massgov/mayflower` since you forked it, yours might be out of sync. Here's how to get yours in sync:
144+
145+
```
146+
git checkout dev
147+
git fetch upstream
148+
git merge upstream/dev
149+
git push origin dev
150+
```
151+
152+
Now you can create your new branch:
153+
154+
```
155+
git checkout -b my-issue-number-feature-name
156+
```
157+
158+
If you were working on ticket DP-1234-create-backto-link, then you would type:
159+
160+
```
161+
git checkout -b DP-1234-create-backto-link
162+
```
163+
164+
#### Working with Pattern Lab
165+
166+
Serve Mayflower locally and as you save your changes, it will update automatically:
167+
168+
1. Read the [Pattern Lab docs](http://patternlab.io/docs/index.html)!
169+
1. Run `gulp` from the `/styleguide` directory.
170+
1. Browse to [http://localhost:3000/](http://localhost:3000/) (or port shown in gulp output if you've configured it differently)
171+
1. Familiarize yourself with Mayflower:
172+
- You can use the menu to look at whole page layouts (pages), templates, components (organisms and molecules), child elements (molecules and atoms), and some nuts and bolts (base).
173+
- You can emulate different device sizes by using the size buttons at the top right of the menu bar (S M L FULL RANDOM DISCO).
174+
- You can learn about patterns by clicking the top right COG icon, then selecting "Show Pattern Info" from the drop down.
175+
1. All work is done in the `/styleguide/source` directory.
176+
- Most patterns will have a `.twig` [markup file](https://twig.sensiolabs.org/), `.json` default [data file](http://patternlab.io/docs/data-pattern-specific.html), and `.md` [documentation file](http://patternlab.io/docs/pattern-documenting.html) in the `/styleguide/source/_patterns` directory.
177+
- If a pattern has styles associated with it, the corresponding `.scss` files can be found in the `/styleguide/source/assets/scss` directory. We use [SMACSS](https://smacss.com/book/categorizing) to organize and [BEM](http://getbem.com/introduction/) to structure our [scss](http://sass-lang.com/guide) which gets compiled to css during build and automatically with the `gulp` task running.
178+
- If a pattern has js functionality associated with it, the corresponding [ES6 module](https://hacks.mozilla.org/2015/08/es6-in-depth-modules/) `.js` file can be found in the `/styleguide/source/assets/js/modules` directory.
179+
1. These assets will automatically recompile and the browser will refresh as you save changes.
180+
181+
##### Other notes
182+
183+
* It is helpful to have 2 terminal tabs open when working on this project: one to manage `gulp` tasks and the other to manage `git`. From the tab running `gulp`, type `CTRL` + `C` to kill that task when you're done.
184+
* `gulp` will build the Pattern Lab static assets and generate a static site in the `/styleguide/public` directory. See `/styleguide/tools/gulp/gulp-readme.md`.
185+
* Pattern Lab specific files are in the `/styleguide/public/styleguide` directory (the `styleguide.html` file is automatically generated when twig templates are updated).
186+
187+
#### Committing your work
188+
189+
Make your changes and commit them. Ensure that you only commit the thing you're working on. Make sure that you commit in logical blocks.
190+
191+
Chris Beam explains [How to Write a Git Commit Message](https://chris.beams.io/posts/git-commit/):
192+
> ... a well-crafted Git commit message is the best way to communicate context about a change to fellow developers (and indeed to their future selves). A diff will tell you *what* changed, but only the commit message can properly tell you *why*.
193+
194+
We also love the model Git commit message in Tim Pope's [A Note About Git Commit Messages](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html).
195+
196+
#### Pushing your branch
197+
In order to create a Pull Request (PR) where maintainers can review your work, you first need to push your branch to the `origin` remote (i.e. your Mayflower fork).
198+
199+
To push a new branch up to your fork:
200+
201+
```
202+
git push -u origin DP-1234-create-backto-link
203+
```
204+
205+
This will create the branch on your Mayflower fork. The `-u` flag links this branch with the remote one, so that in the future, you can simply type `git push origin`.
206+
207+
#### Deploying your work
208+
209+
Once your work is complete, deploy your branch to your Mayflower fork's Github Pages, so that its functionality can be tested and reviewed by someone who doesn't have Mayflower running locally. See [our deployment docs](../docs/deploy.md#developer-deployment) for step by step instructions.
210+
211+
#### Creating a Pull Request
212+
Pull requests (PRs) let you tell others about changes you've pushed to a repository on GitHub. Once a pull request is opened, you can discuss and review the potential changes with collaborators and add follow-up commits before the changes are merged into the repository.
213+
214+
1. Follow the steps on [Github Help: Creating a pull request from a fork](https://help.github.com/articles/creating-a-pull-request-from-a-fork/).
215+
- Make sure that the "base fork" points to `massgov/mayflower` and that "base" (branch) points to `dev` for features, `master` for production bug fixes.
216+
- For your PR title, please use: `TICKET Description of ticket`, i.e. `DP-1234 Add back-to button on Announcement template`. Follow the PR template for the rest of the information. Keep in mind:
217+
- Anyone could be reading this Pull Request, so the content and tone may inform people other than those taking part, now or later.
218+
- Be explicit about what feedback you want, if any: a quick pair of eyes on the code, discussion on the technical approach, critique on design, a review of copy.
219+
- Be explicit about when you want feedback, if the Pull Request is work in progress, say so. A prefix of “[WIP]” in the title is a simple, common pattern to indicate that state.
220+
- @mention individuals that you specifically want to involve in the discussion, and mention why. (“/cc @jesconstantine for clarification on this logic”)
221+
- @mention teams that you want to involve in the discussion, and mention why. (“/cc @github/security, any concerns with this approach?”)
222+
223+
#### Review by Maintainers
224+
225+
Once you've opened your PR, Mayflower maintainers will review and either request changes or merge it.
226+
227+
Thanks again!
228+
229+
***
230+
231+
## Acknowledgements
232+
233+
Thanks to the [Twitter Bootstrap](https://github.com/twbs/bootstrap) for having great contribution guidelines, and also to Rob Allen's [The beginner's guide to contributing to a GitHub project](https://akrabat.com/the-beginners-guide-to-contributing-to-a-github-project/) and Matt Stauffer's [How to contribute to an open-source GitHub project using your own fork](https://mattstauffer.co/blog/how-to-contribute-to-an-open-source-github-project-using-your-own-fork) for providing helpful instructions on working with Github open source projects.

.github/ISSUE_TEMPLATE.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
Before opening an issue:
2+
3+
- [Search for duplicate or closed issues](https://github.com/massgov/mayflower/issues?utf8=%E2%9C%93&q=is%3Aissue)
4+
- Read the [contributing guidelines](https://github.com/massgov/mayflower/blob/master/CONTRIBUTING.md)
5+
6+
When reporting a bug, include:
7+
8+
- Mayflower version
9+
- Operating system and version (Windows, Mac OS X, Android, iOS, Win10 Mobile)
10+
- Browser and version (Chrome, Firefox, Safari, IE, MS Edge, Opera 15+, Android Browser)
11+
- Description (write a sentence or two about the issue)
12+
- Steps to reproduce on live site
13+
- Prepare a [reduced test case](https://css-tricks.com/reduced-test-cases/)
14+
15+
When suggesting a feature, include:
16+
17+
- As much detail as possible for what we should add and why it's important to Mayflower
18+
- Relevant links to prior art, screenshots, or live demos whenever possible
19+

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
<!-- Please use TICKET Description of ticket as PR title (i.e. DP-1234 Add back-to link on Announcement template) -->
2+
3+
## Description
4+
<!-- A few sentences describing the overall goals of the pull request's commits.-->
5+
6+
## Related Issue / Ticket
7+
8+
- [JIRA issue]()
9+
- [Github issue]()
10+
11+
## Steps to Test
12+
<!-- Outline the steps to test or reproduce the PR here. Whenever possible deploy your branch to your fork Github Pages so UAT can be done without rebuilding. See: https://github.com/massgov/mayflower/blob/master/docs/deploy.md -->
13+
14+
1.
15+
16+
## Screenshots
17+
Use something like [licecap](http://www.cockos.com/licecap/) to capture gifs to demonstrate behaviors.
18+
19+
20+
## Additional Notes:
21+
22+
Anything else to add?
23+
24+
#### Impacted Areas in Application
25+
<!-- List general components of the application that this PR will affect: -->
26+
27+
*
28+
29+
#### @TODO
30+
<!-- List any known remaining work for this ticket / issue. -->
31+
32+
*
33+
34+
#### Today I learned...
35+
<!-- Did you learn anything valuable in your work for this PR that you could share with the team? You could list any relevant blogs, docs, or stack overflow posts that helped you with this work. -->

0 commit comments

Comments
 (0)