Skip to content

Commit d1cafd2

Browse files
authored
Satisfy updated DDEV add-on maintenance checker rules (#75)
Fixes #66
1 parent 9dc51b4 commit d1cafd2

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## Short Summary (TL;DR)
2+
3+
<!-- Required. One or two sentences a reviewer can read at a glance: what this changes, and why. Write it last, but put it here first. If it needs a paragraph, the detail belongs in the sections below. -->
4+
15
## The Issue
26

37
- Fixes #REPLACE_ME_WITH_RELATED_ISSUE_NUMBER
@@ -13,7 +17,7 @@
1317
<!-- If this PR changes logic, consider adding additional steps or context to the instructions below. -->
1418

1519
```bash
16-
ddev add-on get https://github.com/UltraBob/ddev-drupal-code-quality/tarball/refs/pull/REPLACE_ME_WITH_THIS_PR_NUMBER/head
20+
ddev add-on get UltraBob/ddev-drupal-code-quality --pr REPLACE_ME_WITH_THIS_PR_NUMBER
1721
ddev restart
1822
```
1923

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
inputs:
1616
debug_enabled:
1717
type: boolean
18-
description: Debug with tmate
18+
description: Enable remote debugging session
1919
required: false
2020
default: false
2121
full_tests:

0 commit comments

Comments
 (0)