Skip to content

Commit 8002f94

Browse files
authored
Merge pull request #1478 from openstreetmap/tordans-patch-2
deploy-preview: Update wording; Add map param to link
2 parents 3e283ad + 2c23a1d commit 8002f94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-preview.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
owner: context.repo.owner,
8181
repo: context.repo.repo,
8282
issue_number: pullRequestNumber,
83-
body: `${start} You can preview the tagging presets of this pull request [here](https://pr-${pullRequestNumber}--ideditor-presets-preview.netlify.app/id/dist/#locale=en).`
83+
body: `${start} **[Your pull request preview is ready](https://pr-${pullRequestNumber}--ideditor-presets-preview.netlify.app/id/dist/#locale=en&map=17.00/14.65485/121.06466)**\n\nPlease use this preview to check your changes. Ideally use [the **test documentation** template](https://github.com/openstreetmap/id-tagging-schema/blob/main/.github/PULL_REQUEST_TEMPLATE.md?plain=1#L38-L69) and document your test results by commenting on the PR. This will speed up the review process for everyone.\n\nFYI, once this PR is merged, you can use [the iD Editor Preview](http://preview.ideditor.com/) to test your changes in interaction with all other changes.`
8484
});
8585
} else {
8686
console.log(`Preview URL comment already added to PR #${pullRequestNumber}`);

0 commit comments

Comments
 (0)