Tormi Tabor
Tormi Tabor
Done: https://www.drupal.org/node/2888294
> However I wanted to ask if anyone has ever had a need for this ID beeing anything other than just a sequencial number. Yes, this could come from input...
I have a bit different approach by introducing `lando xdebug ` tool, but it needs some final touches. It would allow to load Xdebug modes on the fly, f.ex `lando...
> I have a bit different approach by introducing `lando xdebug ` tool, but it needs some final touches. It would allow to load Xdebug modes on the fly, f.ex...
@generalredneck & others, there's the new kid on the block that solves the problem via symlinks: https://github.com/druidfi/mona-plugin
This requires removal of `basic` profile, see also https://github.com/wunderio/drupal-project/pull/403.
What about even simpler approach? ## Ticket GH-406 ### Changes - Simplify Drupal project template pull request template ### Testing Environment: https://environment.tld #### Checks - [x] check if template follows...
Another template with really important topics: - type of change select checks - documentation update check - testing coverage checks There's also an interesting feature `assignees` implemented. ```md assignees: 'BrianGilbert'...
Yaml format requirement is already covered in the same README section: _The `silta/silta.secret` file is a YAML file.._. The particular content depends on data which needs to be encrypted, f.ex...
We should probably introduce the markdown validation check, too.