From af6d0e90ddf2e63d3b5998c4a34e6dc4f1718c87 Mon Sep 17 00:00:00 2001 From: Wentao Kuang Date: Wed, 17 Jul 2024 10:20:32 +1200 Subject: [PATCH 1/2] Update the PR template --- .github/pull_request_template.md | 16 +++++++--------- test.json | 8 ++++++++ 2 files changed, 15 insertions(+), 9 deletions(-) create mode 100644 test.json diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index fbc333a..37436b1 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,15 +1,13 @@ -#### Description -*What does this change aim to achieve?* +### Motivation + +### Modifications -#### Intention -*Why is this change being made? What implications or other considerations are there?* + + +### Verification -#### Checklist -*If not applicable, provide explanation of why.* -- [ ] Tests updated -- [ ] Docs updated -- [ ] Issue linked in Title + diff --git a/test.json b/test.json new file mode 100644 index 0000000..b0d49e0 --- /dev/null +++ b/test.json @@ -0,0 +1,8 @@ +[ + { + "name": "health-3857-z5", + "tileMatrix": "WebMercatorQuad", + "location": { "lat": -41.8899962, "lng": 174.0492437, "z": 5 }, + "tileSet": "health" + } +] From 533d438c70c611ee2ef01a85c7babe5f4010faac Mon Sep 17 00:00:00 2001 From: Wentao Kuang Date: Wed, 17 Jul 2024 10:21:47 +1200 Subject: [PATCH 2/2] Remove test.json --- test.json | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 test.json diff --git a/test.json b/test.json deleted file mode 100644 index b0d49e0..0000000 --- a/test.json +++ /dev/null @@ -1,8 +0,0 @@ -[ - { - "name": "health-3857-z5", - "tileMatrix": "WebMercatorQuad", - "location": { "lat": -41.8899962, "lng": 174.0492437, "z": 5 }, - "tileSet": "health" - } -]