From 59c55b96beeb4154575ddbf26b064d218544dda2 Mon Sep 17 00:00:00 2001 From: Yarden Shoham Date: Sat, 18 May 2024 18:02:12 +0300 Subject: [PATCH 1/2] Specify the correct method in the Monitor widget documentation After 189b8895b03ec2ee407c8d951c07230bae3a9a07 we use `GET` instead of `HEAD` Signed-off-by: Yarden Shoham --- docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration.md b/docs/configuration.md index e698fdd..7c04d04 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -697,7 +697,7 @@ Greenville, United States ``` ### Monitor -Display a list of sites and whether they are reachable (online) or not. This is determined by sending a HEAD request to the specified URL, if the response is 200 then the site is OK. The time it took to receive a response is also shown in milliseconds. +Display a list of sites and whether they are reachable (online) or not. This is determined by sending a GET request to the specified URL, if the response is 200 then the site is OK. The time it took to receive a response is also shown in milliseconds. Example: From 926de71274c815f8fc726f18a1a021c51328f7d9 Mon Sep 17 00:00:00 2001 From: Svilen Markov <7613769+svilenmarkov@users.noreply.github.com> Date: Sat, 18 May 2024 19:49:15 +0100 Subject: [PATCH 2/2] Add PR template --- .github/PULL_REQUEST_TEMPLATE.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..22b3d05 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,7 @@ +