ADRs from "Cathy Theys"
A collection of software design choices that address architecturally significant requirements with contributions made by Cathy Theys
- ADRs 9
- Disciplines 6
- The main branch of a project should always be ready to deploy to production
- Use Renovate for third-party dependency updates
- Document project setup in README.md
- Configure Composer Patches to Use `-p2` as `patchLevel` for Drupal core
- Store Composer Patches configuration in composer.json
- Use local copies of patch files
- Break composer install if patches don't apply
- Composer patches configuration and best practices
- Block the Drupal user 1 account in production environments