hussainweb
hussainweb
## Description As discussed in https://github.com/ramsey/conventional-commits/issues/57#issuecomment-1191824713, this PR adds a command to validate a commit message ## Motivation and context More details in #57 and #25. ## How has this...
## How do I validate a commit message using the executable instead of CaptainHook? While working on #40, I realized that even if there is a PHAR, I can't use...
## Description This change adds a box configuration file so that we can build PHAR's as discussed in #25. There is also associated CI changes to test the PHAR file....
## Provide PHAR releases for conventional-commits Right now, the documented way to install this would be to use `composer require --dev`. I would also like the option of downloading a...
**Tell us about your setup** What is your lando version and operating system? v3.0.3 on macOS Catalina **Tell us about your `.lando.yml`** ```yml name: migr recipe: drupal8 services: appserver: type:...
None of the action items in the summary below are relevant because this is a change only in composer.json. If you think otherwise, please let me know. This PR changes...
The composer.json in the project allows placing components marked as drupal-library in the correct directory, but most libraries are not available to composer by default. We should add documentation on...
I am exploring Phive and I see the value of the project and the concept. I am figuring out how to best use it in our existing workflows. I tried...
The phpqa README contains examples of using phpstan profiles. Check if there are Drupal profiles and create it there aren't. Add examples to use that Drupal profile to README.
Since the new [core scaffold plugin](https://packagist.org/packages/drupal/core-composer-scaffold) contains a setting for web-root, I think that is the most appropriate setting to determine the path. This PR updates the code to look...