diff --git a/defaults.yml b/defaults.yml
index b56e2fdc..c0add94b 100644
--- a/defaults.yml
+++ b/defaults.yml
@@ -24,7 +24,7 @@ drupal:
#root: web
# Comma-separated list of directories that should be present for Drupal development.
- create_dirs: "${drupal.root}/modules/custom,${drupal.root}/themes/custom,config/config_split/development,config/config_split/staging,config/config_split/production"
+ create_dirs: "${drupal.root}/modules/custom,${drupal.root}/themes/custom,config/config_split/development,config/config_split/staging,config/config_split/production,features/screenshots"
twig:
# Whether to enable twig debugging.
diff --git a/defaults/install/phpcs.xml b/defaults/install/phpcs.xml
index cacd6a09..1d953a46 100644
--- a/defaults/install/phpcs.xml
+++ b/defaults/install/phpcs.xml
@@ -31,6 +31,7 @@
@webroot@/modules/custom
@webroot@/themes/custom
+ features/bootstrap
*/behat
*/node_modules